Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.49 KB

README.md

File metadata and controls

43 lines (32 loc) · 1.49 KB

serverless-watchlist

Test project to create a fully server-less application on AWS combining S3, Lambda, API Gateway and DynamoDB

Current Tech

  • Lambdas: Serverless framework used to manage and deploy to AWS
  • Lambdas: serverless-webpack used to optimise uploaded code
  • API Gateway: configured manually
  • DynamoDB: table created manually
  • IAM: Custom IAM role in serverless config to provide access to specific DynamoDB table

Exposed endpoints:

Feature Roadmap

  • Create simple UI to manage watchlist and add items directly from OMDB search results
  • Add CF script to create the DynamoDB table
  • Add CF script to define and configure the API Gateway endpoints