Delivered a fullstack serverless boilerplate for AWS. The client wanted a simple CI/CD pipeline which would deploy Frontend and Backend Changes to AWS without having to deal with infrastructure.
React as the frontend, AWS lambda as backend and DynamoDB as the datastore.
Website is configured as below
Route53 -> CloudFront -> S3
Backend API is configured as below
Route53 -> Api Gateway Domain -> Lambda -> DynamoDB
Used github actions for CI/CD with terraform to provision necessary resources and deploy.