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...
Articles tagged with #deployment
How to create a static site in AWS with a custom domain, SSL certificate, and proper redirects with a single CLI command.

I use serverless a lot. 🤷🏽♂️ Most of the projects I have created lately are serverless, but I also use it to extend existing apps running in classic infrastructures and offload the resource-intensive tasks (i.e. image processing). I use AWS as th...
