now-custom-runtime
v0.0.6-alpha.0
Published
Vercel builder for AWS Lambda custom runtimes
Readme
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).
