Skip to content

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

License

Notifications You must be signed in to change notification settings

svejnohatomas/poc-aws-lambda-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published