Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.45 KB

README.md

File metadata and controls

20 lines (16 loc) · 1.45 KB

Proof of Concept - AWS Lambda (JavaScript)

Introduction

A Proof of Concept for hosting a simple web application on AWS using Lambda, DynamoDB, CloudFormation and GitHub Actions.

Requirements

  • The application should be scalable and withstand an increase in load
  • The application should be fault tolerant and survive availability zone failure
  • Centralised logging of application and infrastructure metrics
    • CloudWatch Dashboard
  • Secure configuration at the network level
    • VPC + Security Groups
  • Automatically deploys when a new version is created