Skip to content

TrickSumo/Serverless-CRUD

Repository files navigation

Serverless-CRUD Coffee Shop

  1. GET list of all coffees:-

  2. GET Details of particular coffee:-

  3. POST new coffee (same coffeeId can't be posted twice):-

  4. PUT update existing coffee's name, price or availability

  5. DELETE existing coffee

endpoints:

functions:

  • getCoffee:CRUD-APP-dev-getCoffee
  • createCoffee:CRUD-APP-dev-createCoffee
  • updateCoffee:CRUD-APP-dev-updateCoffee
  • deleteCoffee: CRUD-APP-dev-deleteCoffee

Test Endpoint with Authentication added for getCoffeeByID route.

About

Serverless Framework Demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors