Question 663:
Which of the following statements is not correct with respect to AWS SQS?
Answer options:
A.Amazon SQS can trigger a lambda function. B.To select the message to delete, use the ReceiptHandle of the message, not the MessageId which you receive when you send the message. C.Use dead letter queues to isolate messages that can`t be processed for later analysis. D.All messages in the Amazon SQS queue are encrypted by default.