0.0.6-alpha.0 • Published 2 years ago

now-custom-runtime v0.0.6-alpha.0

Weekly downloads
3
License
MIT
Repository
github
Last release
2 years ago

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).

0.0.6-alpha.0

2 years ago

0.0.4

6 years ago

0.0.4-canary.4

6 years ago

0.0.4-canary.3

6 years ago

0.0.4-canary.2

6 years ago

0.0.4-canary.1

6 years ago

0.0.4-canary

6 years ago

0.0.3

6 years ago

0.0.3-canary.1

6 years ago

0.0.2

7 years ago

0.0.1

7 years ago