erdookuhwa / resume-challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Partaking in Forrest Brazeal's Cloud Resume Challenge

I will be detailing my progress in the Challenge here

1. Certification

  • AWS Cloud Practioner ->
  • AWS Solutions Associate ->
  • AWS Cloud Quest: Cloud Practitioner ->

2. HTML and 3. CSS ->

  • HTML and CSS files for the resume are available in this repo.

4. Static Website

  • My resume files are hosted in an S3 bucket

5. HTTPS

  • Issued a certificate for my domain to handle HTTPS with CloudFront and origin from the S3 bucket

6. DNS

  • Using Route53's hosted zone, configured Routing via CloudFront. My resume can be found at resume.everlycloud.tk

7. JavaScript

  • Written a small script to fetch and update count via my API Gateway. Embedded within my html file. Visitor Count can now be viewed on my resume page.

8. Database

  • Using Amazon's (Serverless) DynamoDB to retrieve and update visitor count

9. API

  • Within my lambda function, I've added an API Gateway which accepts requests (when there's a visit to my resume) and updates my database with the count.

10. Python

  • My lambda function (written in Python) handles the backend and uses boto3 which is an AWS SDK for Python

11. Tests

  • Set up tests using Cypress

12. Infrastructure as Code

  • Setting up with Terraform

About


Languages

Language:JavaScript 84.4%Language:HTML 10.4%Language:CSS 3.0%Language:Python 1.8%Language:HCL 0.4%