Question 73:
Your team is creating a Lambda function for a microservice application. The Lambda function needs to send messages to an SQS queue. It also fetches messages from the queue and deletes some messages if the messages have incorrect data. Which of the following SQS permissions should the Lambda IAM execution role have? (Select THREE.)
Answer options:
A.sqs:ListQueues B.sqs:DeleteMessage C.sqs:ReceiveMessage D.sqs:ChangeMessageVisibility E.sqs:PurgeQueue F.sqs:SendMessage