Question 418:
You plan to develop a new application using AWS Lambda Function to process messages in Amazon SQS standard & FIFO queue. Your Team lead is concerned about scaling of AWS Lambda function triggered by Amazon SQS message as event source. Which of the following is used by AWS Lambda for scaling?
Answer options:
A.AWS Lambda uses long-polling in case of standard queue & short polling in case of FIFO queue. B.AWS Lambda uses short polling in case of standard queue & long polling in case of FIFO queue. C.AWS Lambda uses short polling in case of standard queue & message group ID in case of FIFO queue. D.AWS Lambda uses long polling in case of standard queue & message group ID in case of FIFO queue.