By using AWS re:Post, you agree to the AWS re:Post Terms of Use

Aurora Postgres Serverless V2是否有连接池功能

0

【以下的问题经过翻译处理】 我想知道亚马逊是否已经解决了在使用Lambda函数执行CRUD操作时在StackOverflow帖子中提到的连接池问题,这些帖子可以追溯到2017年。我的应用程序是由Lambda和API Gateway驱动的,我不喜欢在Lambda函数中创建和销毁仅执行一个操作/事务的连接的想法。Serverless V2提供了哪些选项?

profile picture
EXPERT
asked a year ago45 views
1 Answer
0

【以下的回答经过翻译处理】 AWS不久前发布了RDS Proxy,用于这些用例。现在,Aurora Serverless v2也支持它——请参见https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html

profile picture
EXPERT
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions