Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 581 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 581 Bytes

AWS CLI Lambda Layer For Serverless Framework

Generate a lambda layer for serverless framework

Source

The original file come form AWS CLI

The CLI will be installed under /opt/awscli/aws.

Build

To build the layer, run: node layer-generator/build.js for the home directory.

To install the dependencies

To install the dependencies, run: npm install for the home directory.

To build and deploy

To deploy the layer, run: npm deploy for the home directory.