🔥 3-day streak
AWS Certified Developer - Associate102 / 150
Question 102 of 150
A developer builds a Lambda function that is triggered by messages arriving in an SQS queue. During traffic spikes, Lambda scales out to hundreds of concurrent executions, each of which opens a connection to a small Amazon RDS for PostgreSQL instance. The database quickly exhausts its maximum connection limit and begins rejecting queries, causing message processing to fail. The team wants a native Lambda configuration that limits how many instances of this function run at the same time without affecting other functions in the account. What should the developer do?
Reviewed for accuracy · Report an issueNext question