Skip to content

Lettly/aws-cli-lambda-layer

Repository files navigation

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.