Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adam0brien/ds-ca1


https://github.com/adam0brien/ds-ca1

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## ServerlessREST Sddignment - Distributed Systems.

__Name:__ Adam O'Brien

This repository contains the implementation of a serverless REST API for the AWS platform. A CDK stack creates the infrastructure. The domain context of the API is movie reviews.

### API endpoints.

[ Provide a bullet-point list of the app's endpoints (excluding the Auth API endpoints).]
e.g.

+ POST /movies/reviews - add a movie review.
![](./img/postReview.png)
+ GET /movies/{movieId}/reviews - Get all the reviews for a movie with the specified id.
![](./img/getById.png)
+ GET /movies/reviews - Get all reviews
![](./img/allReviews.png)