- This project provides a REST API for the KoinoniaSongs app.
- The API is built using the Serverless framework and AWS Lambda.
- The API is written in Node.js and Express.js.
- The API is deployed to AWS Lambda and AWS API Gateway.
You have to install globally Serverless framework, AWS CLI, Node JS.
Configure AWS CLI with your credentials.
You need to have Postgres database of this structure:
Then npm install
in root directory.
serverless deploy --stage dev --aws-profile [name_of_profile]