Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.06 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.06 KB

Cloud Resume Challenge

This repo is a solution of the Cloud Resume Challenge, the challenge covers the implementation of a static website served via an S3 Bucket and CloudFront Distribution and reads count views from a DynamoDB table.

Certification

HTML

  • Resume is written in HTML.

CSS

  • HTML resume is styled with CSS.

Javascript

Infrastructure As Code

  • IAC implemented as Terraform Modules consisting of AWS S3 Bucket, CloudFront Distribution, Lambda Function with a CORS-enabled Function URL, and DynamoDB database.

Continuous Integration/Continuous Deployment

  • CI/CD pipeline implemented via Github Actions for deploying infrastructure as code to AWS.