/sam-test-basic-project

The tutorial for this is available

Primary LanguageJavaScript

To package the project

aws cloudformation package --template-file template.yml --s3-bucket --output-template-file packaged-template.yaml

To deploy the project

aws --region cloudformation deploy --template-file packaged-template.yaml --stack-name sam-test-basic-project --capabilities CAPABILITY_IAM

To remove the stack from your account

aws --region cloudformation delete-stack --stack-name sam-test-basic-project