Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.07 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.07 KB

Build Status Test Coverage Issue Count Go Report Card

ToDo

Simple ToDo App demonstrating the use of the following stack:

UI

  • Vue.JS frontend built using Vuteify and Vuex
  • Hosted in a AWS S3 bucket behind CloudFront

Backend

  • API hosted using AWS API Gateway with a Lambda function written in Go
  • Lambda function queries a DynamoDB table

CI/CD

  • Uses TravisCI
  • DynamoDB table and IAM executer role deployed via Terraform/Terragrunt modules
  • API Gateway, Lambdas and customer domain deployed via Serverless
  • Code coverage via gocov and CodeClimate