My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more
Luuk

1.7K reads

2 comments

James
James
May 23, 2023

Thanks for taking the time to write about this. I'm researching the best way to connect to v2 via Lambda. Is there any need for connection pooling with this configuration?

·
·1 reply
Luuk
Luuk
Author
·May 24, 2023

Hi James, thanks for reaching out! In regards to connection pooling, that really depends on your application.

I personally did not run into connection issues while doing performance tests in this workshop, but the operations were quite cheap.

The good part is that it IS possible with RDS Proxy, but I would only introduce it if you experience performance issues. It introduces quite a lot of complexity.

My recommendation is to test, see if you can handle spikes of 100+concurrent lambda's, and if that's no issue, just do it without the pooling.

·