Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adam0brien/ds-ca1
https://github.com/adam0brien/ds-ca1
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/adam0brien/ds-ca1
- Owner: Adam0Brien
- Created: 2023-11-07T19:07:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-27T21:24:29.000Z (12 months ago)
- Last Synced: 2023-11-27T23:33:33.379Z (12 months ago)
- Language: TypeScript
- Size: 1.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)