This project is a simple crud api with dynamodb using the serverless framework
To run this project localy, you must install the dependecies bellow
1 - Download and install NodeJS
2 - Install the serverless framework npm i -g serverless
3 - It has a AWS account
4 - It has a AWS profile configured in your machine
1 - Install module npm install
2 - First time ? so, use sls deploy, this step will create all infra in aws that you need
3 - In case of debug localy use the command sls offline, but this stepe require step 2 of this section