This project implements the backend for a simple Instagram application using the Serverless Framework, AWS Lambda and DynamoDB.
- Allow creation and Update of photo post
- Allow users to follow and un-follow other users
- Allow users to like photo posts
This is handled by AuthO and a token is includded in the postman collection
To deploy an application run the following commands:
cd backend
npm install
sls deploy -v
Use the Postman collection that contains sample requests. You can find a Postman collection in this project.