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-layerCLI
$ lambda-layer --layer-name MyLayer \
--description 'My Layer' \
--compatible-runtime nodejs8.10 \
--license-info MIT \
--packages function1/package.json function2/package.jsonThe 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