now-custom-runtime

ZEIT Now v2.0 custom runtime builder

Usage no npm install needed!

<script type="module">
  import nowCustomRuntime from 'https://cdn.skypack.dev/now-custom-runtime';
</script>

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