All Projects → anmonteiro → now-custom-runtime

anmonteiro / now-custom-runtime

Licence: MIT license
ZEIT Now v2.0 builder for custom AWS Lambda runtimes

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to now-custom-runtime

Now Builders
Official Now Builders created by the ZEIT team
Stars: ✭ 483 (+2200%)
Mutual labels:  builder, now, zeit
Vercel Rust
Community based builder for using rust on the now/zeit platform
Stars: ✭ 168 (+700%)
Mutual labels:  builder, now, zeit
micro-unfurl
Small microservice that unfurls a URL and returns the OpenGraph meta data
Stars: ✭ 28 (+33.33%)
Mutual labels:  now, zeit
Create React App Now
Hello, create-react-app, meet Zeit's awesome now.sh service.
Stars: ✭ 137 (+552.38%)
Mutual labels:  now, zeit
Now Client
A JavaScript wrapper for the Now Instant API
Stars: ✭ 199 (+847.62%)
Mutual labels:  now, zeit
Stage Ci
Automatic deploy previews for your PRs using zeit.co/now.
Stars: ✭ 132 (+528.57%)
Mutual labels:  now, zeit
Nextjs Vercel Firebase
Next.js app using API routes to connect with Firestore.
Stars: ✭ 133 (+533.33%)
Mutual labels:  now, zeit
Now Pipeline
Simple CI pipeline with goal to deploy new version at Zeit Now cloud if tests pass
Stars: ✭ 143 (+580.95%)
Mutual labels:  now, zeit
Now Clear
A utility to delete all zeit now instances that aren't aliased
Stars: ✭ 12 (-42.86%)
Mutual labels:  now, zeit
Temps
λ A selfhostable serverless function runtime. Inspired by zeit now.
Stars: ✭ 15 (-28.57%)
Mutual labels:  now, zeit
Deploy.now
One click deploys to △ now
Stars: ✭ 121 (+476.19%)
Mutual labels:  now, zeit
myethereumapp
Web client for viewing data from the Etherscan API
Stars: ✭ 18 (-14.29%)
Mutual labels:  now, zeit
Now Logs
realtime logging for now - https://logs.now.sh
Stars: ✭ 103 (+390.48%)
Mutual labels:  now, zeit
now-swift-example
Example for use Kitura framework and swift lang with https://zeit.co/now.
Stars: ✭ 18 (-14.29%)
Mutual labels:  now, zeit
Now Storage
Use Now static deployments to upload and store files.
Stars: ✭ 91 (+333.33%)
Mutual labels:  now, zeit
Micro Medium Api
Microservice for fetching the latest posts of Medium with GraphQL.
Stars: ✭ 138 (+557.14%)
Mutual labels:  now, zeit
Vercel Builder
Vercel Builder for Nuxt.js
Stars: ✭ 437 (+1980.95%)
Mutual labels:  now, zeit
Jwt Example
Playing with user registration, login/logout, auth, etc using JWTs, serverless functions & faunadb as the data store.
Stars: ✭ 22 (+4.76%)
Mutual labels:  now, zeit
Now Env
Use `now.json` environment variables while developing
Stars: ✭ 219 (+942.86%)
Mutual labels:  now, zeit
now-travis
No description or website provided.
Stars: ✭ 50 (+138.1%)
Mutual labels:  now, zeit

now-custom-runtime

This package provides a builder for Zeit's Now 2.0 offering that enables running custom runtimes in AWS Lambda.

Usage

Your now.json "builds" section should look something like this:

Example

Note: don't forget to add "version": 2 in your now.json file to use Now 2.0 explicitly.

{
  "builds": [
    {
      "src": "my_executable",
      "use": "now-custom-runtime"
    }
  ]
}

Other Examples

Make sure to check the examples folder in this repo for examples.

Copyright and License

Copyright © 2018 António Nuno Monteiro.

Distributed under the MIT License (see LICENSE).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].