nquayson / nquayson.com-backend

Backend repository of nquayson.com, deployed on AWS

Home Page:http://nquayson.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.github/workflows/backend_actions.yml

Introduction

This website was created in response to the cloud resume challenge. The code in this repository represents only the backend code. The backend infrastructure is built with AWS SAM running on Github Actions CI.

Backend Infrastructure

The backend stack is made up of AWS API Gateway, Lambda (Python), S3 and DynamoDB. These infrastructure are described in the file: /template.yaml
For the frontend repo see resumechallenge_frontend

CICD Pipeline

On each push to the master branch github actions is fired and the workflow at /.github/workflows/backend_actions.yml is executed.

Blog

For a more in-depth report, read the blog post here

About

Backend repository of nquayson.com, deployed on AWS

http://nquayson.com/


Languages

Language:Python 100.0%