A Wiki application implemented using Serverless technology
Lambda Cognito S3
aws --region=us-east-1 cloudformation create-stack --stack-name ServerlessWiki --template-body "$(cat cfn.json)" --capabilities CAPABILITY_IAM && aws --region=us-east-1 cloudformation wait stack-create-complete --stack-name ServerlessWiki
aws --region=us-east-1 cloudformation update-stack --stack-name ServerlessWiki --template-body "$(cat cfn.json)" --capabilities CAPABILITY_IAM && aws --region=us-east-1 cloudformation wait stack-update-complete --stack-name ServerlessWiki
aws --region=us-east-1 cloudformation delete-stack --stack-name ServerlessWiki && aws --region=us-east-1 cloudformation wait stack-delete-complete --stack-name ServerlessWiki
sudo docker run --rm -v