You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,8 @@ You can see the workflow results at `Actions` tab here: https://github.com/felip
85
85
- 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.
86
86
- Improve the test coverage, currently using the `c8` package since node test runner is not able yet (hope in node 22 it will);
87
87
- 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;
88
90
- Move environment variables to AWS Secrets Manager and adapt the application to read from there;
89
91
- Deploy at AWS ECS (Fargate - serverless) and configure the Task Definitions properly to run the container;
90
92
- Use AWS RDS (Aurora) to run the PostgreSQL database;
0 commit comments