gudongfeng / gudongfeng.me.chatroom

Appsync graphql chat room for gudongfeng.me personal website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create cloudformation template

Create the stack aws cloudformation create-stack --stack-name AppSyncChatRoom --template-body file://cfn-template.yaml --capabilities CAPABILITY_IAM

Update the stack aws cloudformation update-stack --stack-name AppSyncChatRoom --template-body file://cfn-template.yaml --capabilities CAPABILITY_IAM

Delete the stack aws cloudformation delete-stack --stack-name AppSyncChatRoom

About

Appsync graphql chat room for gudongfeng.me personal website

License:MIT License