API Endpoints for TermicaDesign app
Project running with:
- Nodejs
- Static module bundler with Webpack
- Lambda functions to expose each endpoint
- Deploy in AWS with Serverless Framework
Clone the project
git clone https://github.com/javigonz/termicaDesign-api.git
Install dependencies (node v14.x is minimum requirement)
npm install
$ npm run invoke-getWorks
$ npm run invoke-getWorkById
$ npm run invoke-setWork
$ npm run deploy
Add GitHub Actions in each commit in order to deploy through Serverless Framework to AWS.