0.0.6-alpha.0 • Published 1 year ago

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

Weekly downloads
3
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.0.4

5 years ago

0.0.4-canary.4

5 years ago

0.0.4-canary.3

5 years ago

0.0.4-canary.2

5 years ago

0.0.4-canary.1

5 years ago

0.0.4-canary

5 years ago

0.0.3

5 years ago

0.0.3-canary.1

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago