Skip to content

lukasholzer/medusa-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors