API Response Delivery
The Problem
The Problem
In EURO2024 project the Project was planned to achieve high traffic throughput as of the Peak performance requirement would be seasonal by its nature. (People tends to come in and purchase postcards when the last match was about to kick).
We are already well aware of how the Lambda does not play well with connection-based services, especially the long one like the RDS. Hence we use RDSProxy to help Lambda manage the Connection. However doing so does not magically solve the problem.
The Problem