Skip to content

Commit 309f44f

Browse files
authored
Update README.md
1 parent 8ce9814 commit 309f44f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ You can see the workflow results at `Actions` tab here: https://github.com/felip
8585
- GraphQL configurations, it was my first time dealing with it, I would investigate how to implement the `Mutation` and maybe consider it just a GraphQL API instead of a Mix of REST and GraphQL.
8686
- Improve the test coverage, currently using the `c8` package since node test runner is not able yet (hope in node 22 it will);
8787
- Improve the route configuration on the API level with the express framework;
88+
- Configure CORS properly;
89+
- Configure Rate limiting on the API / Cloud service infrastructure;
8890
- Move environment variables to AWS Secrets Manager and adapt the application to read from there;
8991
- Deploy at AWS ECS (Fargate - serverless) and configure the Task Definitions properly to run the container;
9092
- Use AWS RDS (Aurora) to run the PostgreSQL database;

0 commit comments

Comments
 (0)