Quick note before we get started: You will need a credit card to sign up for an AWS account.
We're going to be looking at getting a single-page application…
- hosted on AWS,
- distributed globally,
- secured with SSL,
- automatically deployed with CI/CD,
- passing Mozilla's security scanner with flying colors,
- and dynamically responding to requests.
We're not going to cover the following:
- Servers. This course is focused on the distributiuon of your client-side application. Jem Young has an awesome course on setting up servers to watch after this.
- Serverless. Scott Moss has an amazing workshop that you should totally go watch—after this one, of course.