Skip to content

Commit c8fa998

Browse files
committed
Make file for cloud formation stack.
1 parent 15e6972 commit c8fa998

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
create-stack:
2+
aws cloudformation create-stack --stack-name asyncdb --template-body file://cloudformation.json --capabilities CAPABILITY_NAMED_IAM
3+
4+
delete-stack:
5+
aws cloudformation delete-stack --stack-name asyncdb
6+
7+
describe-stack:
8+
aws cloudformation describe-stack-events --stack-name asyncdb

0 commit comments

Comments
 (0)