Skip to content

easywaru/aws-lambda-cloudformation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

aws-lambda-cloudformation

Deploy lambda with js file with cloudformation

How to use

aws cloudformation deploy \
  --template-file ./MyLambdaFunction.yaml \
  --stack-name MyLambdaFunction \
  --parameter-overrides \
    LambdaFunctionContents="$(<./MyLambdaFunction.js)" \
  --capabilities CAPABILITY_NAMED_IAM

About

Deploy lambda with js file with cloudformation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published