This project contains a REST api for delicious cakes
- Build using AWS Lambdas and defined with the serverless framework
- Node
- Docker
- Serverless Framework https://www.serverless.com/framework/docs/
RUN: yarn install
RUN: docker run -p 8000:8000 amazon/dynamodb-local
RUN: yarn start
This will run the serverless application on your local machine, and create the dynamodb table needed for the service
yarn deploy-dvl
- GET: localhost:3004/cakes
- GET: localhost:3004/cake/{id}
- DELETE: localhost:3004/cake/{id}
- POST: localhost:3004/cake