Question 244:
A company plans to use SQS queue and AWS Lambda to leverage the serverless aspects of the AWS Cloud. There is a requirement to send a message to an SQS queue by each invocation of AWS Lambda. What should be required to achieve this?
Answer options:
A.The queue must be a FIFO queue. B.An IAM Role must have the required permissions. C.The code for Lambda must be written in C#. D.An IAM Group must have the required permissions.