Skip to content

imharvol/create-lambda-layer-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create-lambda-layer-aws

Easily and quickly create lambda layers: https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html

Usage

npx create-lambda-layer-aws [PACKAGE1 PACKAGE2 ...]

The command will generate a file named layer.zip, ready to be uploaded to AWS as a layer.

Example

npx create-lambda-layer-aws @aws-sdk/client-dynamodb @aws-sdk/client-sqs @aws-sdk/client-sns

About

A tool to easily and quickly create lambda layers

Resources

License

Stars

Watchers

Forks

Packages

No packages published