now-custom-runtime

0.0.6-alpha.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i now-custom-runtime

Weekly Downloads

0

Version

0.0.6-alpha.0

License

MIT

Unpacked Size

3.28 kB

Total Files

4

Last publish

Collaborators

  • anmonteiro