Skip to content

serverlesspub/aws-lambda-efs-cloudformation-starter-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Lambda + EFS CloudFormation starter template

Starter template for AWS Lambda EFS mounts. Creates the entire infrastructure and related IAM permissions required for a Lambda function to mount an EFS volume.

The Lambda in this example is trivially simple Lambda function.

Usage

Deploy a stack using make deploy and provide:

  • STACK_NAME - the name of the stack to create
  • DEPLOYMENT_BUCKET - the name of a S3 bucket for cloudformation packaging

For example:

make deploy STACK_NAME=test-stack DEPLOYMENT_BUCKET=deployment-bucket

About

AWS Lambda cloudformation starter template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published