Skip to content

jtluoto/aws-sam-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS SAM test

A small test on AWS SAM. Creates a simple Lambda REST API and a DynamoDB table.

  1. Create a bucket
aws s3 mb s3://<bucket name>
  1. Package the template
aws --region us-east-1 cloudformation package --template-file template.yml --s3-bucket <bucket name> --output-template-file packaged-template.yml
  1. Deploy
aws --region us-east-1 cloudformation deploy --template-file packaged-template.yml --stack-name aws-sam-test --capabilities CAPABILITY_IAM
  1. Delete the stack
aws --region us-east-1 cloudformation delete-stack --stack-name aws-sam-test

About

A small AWS SAM test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published