Skip to content

Sample lambda layer to import npm dependencies to lambda functions

Notifications You must be signed in to change notification settings

trinity-gao/aws-lambda-layer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

aws-lambda-layer

Sample lambda layer to import npm dependencies to lambda functions

In the nodejs directory, install any dependencies needed in the lambda function.

Then zip up the nodejs folder and name it according to what you want your layer to be named. Upload the zip file to s3, and create a new lambda layer using that bucket.

About

Sample lambda layer to import npm dependencies to lambda functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published