This project was a challenge created by Forrest Brazeal. Details of the challenge can be found here.
I have completed the challenge using AWS Cloud. You can visit the resulting resume challenge website in muruaga.xyz.
- Amazon Web Services
- AWS products
- Route53
- AWS Certificate Manager
- CloudFront
- S3
- API Gateways
- Lambda
- DynamoDB
- CloudWatch
- CloudFormation
- AWS products
- Go Lang
- GitHub Actions
.
├── Makefile <-- Make to automate build
├── README.md <-- This instructions file
├── get-function <-- Source code for Get lambda function
│ └── main.go <-- Lambda function code
├── put-function <-- Source code for Put lambda function
│ └── main.go <-- Lambda function code
├── resume-site <-- Front-end website to host CV
└── template.yaml