Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.8 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.8 KB

AWS-Serverless-Guides

Infrastructure Diagram

Infrastructure guides for hosting secure, static sites on Amazon Web Services

These guides allow developers unfamiliar with the AWS platform to deploy a secure site using static site generators like GatsbyJS. The site contents are served with auto-renewing HTTPS certificates, delivered on a CDN for faster response times, and will redirect to the canonical domain for better search engine ranking.

To learn the main configuration of each AWS service, you will be given specific instructions on where to customize options in the web-based Management Console. In the later guides, you will be shown how to accomplish many of the tasks through CLI-based terminal commands, which are useful in automated scripts.

Customizing Services in the Management Console

Customizing Services through the CLI

Additional Guides