Skip to content

Commit

Permalink
added final project functionalities
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhongheng-Cheng committed Feb 4, 2024
1 parent 54fe9e8 commit 79a6d67
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,30 @@ Simple starter template from [Professor's template project](https://github.com/d

## Links

- [6156 Project CC98BBS](https://docs.google.com/document/d/1S50GO37JrpRDcQUz2pgCLom3ZKrQc48kTfOB8hU2bRM/edit#heading=h.phx6jjg9mm5c)
- [6156 Project CC98BBS](https://docs.google.com/document/d/1S50GO37JrpRDcQUz2pgCLom3ZKrQc48kTfOB8hU2bRM/edit#heading=h.phx6jjg9mm5c)

## Final Project Functionalities

- Enhance Microservices Implementation:
- Core operations (GET, PUT, POST, DELETE) from each microservice.
- Show results changing with provided query parameters.
- Events, Notifications, Pub/Sub:
- Take a screenshot of your code publishing events to any queue systems (SNS, Google Pub/Sub).
- Make a request to a microservice and Lambda function handling the published events.
- Composition/Aggregators:
- Demonstrate a synchronous call that prints a log when getting a response from each microservice.
- Demonstrate an asynchronous call that prints a log when getting a response from each microservice. (repeat it 10 times, and it should microservices should be done in a different order at least once).
- API Gateway:
- Demonstrate your API Gateway Implementation, which shows both authorized and unauthorized cases.
- Single Sign-On (SSO):
- Demonstrate SSO login and make an authorized request using the given token.
- External API:
- Explain what External API you are using and what this is for in your application, and demonstrate the functionality.
- Middleware
- Introduce one Middleware functionality in your application and explain what it does.
- CI/CD
- Demonstrate your CI/CD pipelines running on specific events.
- Infrastructure As Code
- Deploy and shut down any simple infrastructure in your project.
- GraphQL
- Implement a simple example of GraphQL using one of the functionalities of your application.

0 comments on commit 79a6d67

Please sign in to comment.