Skip to content

Instantly share code, notes, and snippets.

@azarboon
Created July 14, 2019 19:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save azarboon/3a7eb86b5e42cf911f07ab067a70e654 to your computer and use it in GitHub Desktop.
Save azarboon/3a7eb86b5e42cf911f07ab067a70e654 to your computer and use it in GitHub Desktop.
#to install npm dependencies
yarn
aws cloudformation package --template-file template.yaml --output-template-file cf-
output.yaml --s3-bucket your-s3-bucket
aws cloudformation deploy --template-file cf-template.yaml --stack-name lambda-unit-test --capabilities CAPABILITY_IAM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment