A simple service for Auction utilizing serverless framework with cloudformation templates.
Service is deployed in aws CloudFormation
cd auction-service/ # or auth-service/
npm install
sls deploy -v
To redeploy a specific fuction ` sls deploy -f -v
To remove existing deployment sls remove -v
https://dotsmz9pbg.execute-api.eu-west-1.amazonaws.com/{env}/{resource}
Possible values for variable include dev
, staging
and production
sls logs -f <functionName> -t
POST - /auction
GET - /auctions
GET - /auction/{id}
PATCH - /auction/{id}