Create a static site on AWS with CloudFormation
How to create a static site in AWS with a custom domain, SSL certificate, and proper redirects with a single CLI command.
Mar 31, 20226 min read2.4K

Search for a command to run...
Series
How to create a static site in AWS with a custom domain, SSL certificate, and proper redirects with a single CLI command.

With Serverless, DynamoDB, SQS, and Lambda functions.

Understanding DynamoDB single table design, one-to-many and many-to-many relationships.
