JSPM

lambda-layer

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q53976F
  • License MIT

Create lambda layers for Node.js

Package Exports

  • lambda-layer

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (lambda-layer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

lambda-layer

Create lambda layers for Node.js.

Installation

npm i lambda-layer

CLI

$ lambda-layer --layer-name MyLayer \
               --description 'My Layer' \
               --compatible-runtime nodejs8.10 \
               --license-info MIT \
               --packages function1/package.json function2/package.json

The lambda-layer command creates a lambda layer.

The layer contains packages that is specified by dependencies of package.json that is specified by the --packages option.

License

MIT