Skip to content

QILINXIE02/serverless-api

Repository files navigation

serverless-api

Create a single resource REST API using a domain model, constructed using AWS Cloud Services.

Screenshots

  • CURD operations are not updated in their respective folders

UML:

alt text

Routes

  • POST /people

    • Input: JSON body with id, name, city.
    • Output: Object representing the created record.
  • GET /people

    • Output: Array of all records.
  • GET /people/{id}

    • Output: Object representing the record with the given id.
  • PUT /people/{id}

    • Input: JSON body with fields to update.
    • Output: Object representing the updated record.
  • DELETE /people/{id}

    • Output: Empty object.

About

Create a single resource REST API using a domain model, constructed using AWS Cloud Services.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors