An open API service indexing awesome lists of open source software.

https://github.com/lukasholzer/medusa-api

REST-API for managing customers and Projects with a serverless service on AWS Lambda
https://github.com/lukasholzer/medusa-api

api dynamodb nodejs rest-api serverless typescript

Last synced: about 2 months ago
JSON representation

REST-API for managing customers and Projects with a serverless service on AWS Lambda

Awesome Lists containing this project

README

          

# Medusa API
REST-API for managing customers and Projects in a DynamoDB with serverless on AWS Lambda

## Endpoints

### Customers

* `POST {stage}/customer`
* `GET {stage}/customer`
* `GET {stage}/customer/{id}`
* `DELETE {stage}/customer/{id}`

## Projekte

* `POST {stage}/project`
* `GET {stage}/project/`
* `GET {stage}/project/{id}`
* `DELETE {stage}/project/{id}`