Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can a company ensure that an AWS Lambda function processing messages from an Amazon SQS standard queue does not exceed two concurrent HTTP requests to a third-party API?
A
Set provisioned concurrency to two for the Lambda function.
B
Set a batch size of two in the Lambda function's Amazon SQS event source mapping.
C
Implement Lambda event filtering to handle two messages per invocation.
D
Limit the maximum concurrency to two in the Amazon SQS event source mapping for the Lambda function.