https://github.com/adam0brien/ds-ca1
https://github.com/adam0brien/ds-ca1
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/adam0brien/ds-ca1
- Owner: Adam0Brien
- Created: 2023-11-07T19:07:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-27T21:24:29.000Z (over 2 years ago)
- Last Synced: 2025-01-30T10:42:33.001Z (over 1 year 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.

+ GET /movies/{movieId}/reviews - Get all the reviews for a movie with the specified id.

+ GET /movies/reviews - Get all reviews
