Udacity Cloud Developer Nanodegree Lambda Project.
Implemented with the serverless framework using only AWS Lambda, AWS API Gateway, AWS DynamoDB, AWS S3 and Auth0 to create a Todo-App.
Configure AWS Cli and/or Serverless
cd backend && npm npm i
sls deploy -v
cd client && npm install
npm run start