v1.0.0
The major features implemented in this release are as follows:
- Infrastructure Code using Terraform to create the following infrastructure on AWS
- S3 Buckets with Route53 Records:
- ameyrupji.com, www.ameyrupji.com, beta.ameyrupji.com, and www.beta.ameyrupji.com - to host the main website code
- blog.ameyrupji.com, blog.beta.ameyrupji.com - to host code for redirecting users WordPress blog
- code.ameyrupji.com, code.beta.ameyrupji.com - to host code for redirecting users to website code repo on GitHub
- iac.ameyrupji.com, iac.beta.ameyrupji.com - to host code for redirecting users Infrastructure as code (IaC) repo on GitHub
- images.ameyrupji.com, images.beta.ameyrupji.com - to host images across all of ameyrupji.com domain
- API Gateway with Route53 Record with the following methods:
- / (root) with GET and OPTIONS method
- /email with POST and OPTIONS method
- S3 Buckets with Route53 Records:
- Continuous deployment pipeline using CircleCI where the develop branch created the infrastructure required to host websites for beta environment and master branch created the infrastructure required to host websites for prod environment