start with clone of project in your machine. create a repository and clone the project
git clone 'project'
install all dependencies with npm or yarn
npm install
Build project with package script
npm run build
You can execute all lambdas with serveless local invoker like
serverless invoke local --function create --data "{\"body\":{\"name\":\"mateus\", \"email\":\"mateus@gmail.com\"}}
or you can deploy in your aws account with
serverless deploy --stage dev
POST /count
GET /count
POST /users
body:
{
"name": "ana",
"email": "ana@gmail.com"
}
GET /users?id=hash