Serverless TODO is the fourth project of Udacity Cloud Developer Nanodegree. The project is a simple TODO application using AWS Lambda with Serverless framework, and a React Frontend client. The application will allow creating, removing, updating and fetching TODO items from database. Each TODO item can optionally have an attachment image. The end user will only have access to TODO items that he/she has created.
For more details on implementation and changes according to the project specification, please visit each application sub-folder README.
This project is based in the Udacity repository below. Please check it for more details.