Closed jaylong255 closed 1 year ago
@diego3158 this pr is super-badass. Typically, a repo for a static frontend like this just has the application code. Often if a frontend developer wants to show off their ability to work beyond frontend, they will set up a deployment pipeline. Since I have a background as a Cloud Architect, I'm pretty familiar with Infrastructure as Code (IaC). Specifically Terraform. What I've done here is package in the Terraform code that manages actual infrastructure resources in AWS. So not only can you review and track the code that powers the app. You can actually review and track the code that expresses the infrastructure resources that the app is deployed to.
I'll add some comments on the Terraform code, too to explain what all we're launching. It's actually not that complicated. It's only 5 resources total, and some of those are security policies that allow and limit access. There's only 2 you should care about at first: the bucket and the CDN.
Ticket(s)
Related PR(s)
Changes
terraform
subfolder.Checklist
[TICKET_ID]: [BRIEF DESCRIPTION]
. For example: MONO-0000: Implement component X to use with Y(#123)
where the number is the PR number. Set the commit paragraph text to be the changes list above (don't include "Changes" header, just the list).