HaishiBai / front50

Cross-Application Persistence Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Front50 SimpleDB Service

This service fronts AWS SimpleDB. It is written using Spring Boot; it only fronts one SimpleDB table: RESOURCE_REGISTRY.

Supported endpoints:

  • GET /applications returns all Application records.
  • GET /applications/name/{name} returns a single Application record (if found).
  • PUT /applications request body must be JSON document and will update an Application record (if found).
  • POST /applications request body must be JSON document and will create an Application record (if a name is provided).
  • DELETE /applications/name/{name} removed an Application record (if found).

About

Cross-Application Persistence Service

License:Apache License 2.0


Languages

Language:Groovy 99.1%Language:Ruby 0.9%