A simple Todo application built on aws lambdas + serverless framework.
This application allows the creating/removing/updating/fetching of TODO items. Each TODO item can optionally have an attachment image. Each user only has access to TODO items that he/she has created.
Clone the repository then run the backend locally:
git clone https://github.com/chedburgh/udacity-serverless.git
cd udacity-serverless/backend
npm i
npm run startThe client/src/config.ts file is set correctly for the deployed serverless AWS application.
Directory screenshots containms the following:
- Image of Xray Trace after using the backends functionality
- Image of Logs