Topic 1 Question 472
A developer is testing an AWS Lambda function that has an event source of an Amazon Simple Queue Service (Amazon SQS) queue. The developer notices that some of the messages the Lambda function processes re-appear in the queue while the messages are being processed.
The developer must correct this behavior.
Which solution will meet this requirement?
Increase the timeout of the Lambda function.
Increase the visibility timeout of the SQS queue.
Increase the memory allocation of the Lambda function.
Increase the batch size in the event source mapping.
ユーザの投票
コメント(1)
- 正解だと思う選択肢: B
Porque al aumentar el tiempo de visibilidad del SQS, se evita que los mensajes se vuelvan a entregar mientras la función Lambda aún los está procesando.
👍 1italiancloud20252025/02/17
シャッフルモード