AWS - Lambda
Given this Lambda trigger configuration snippet:
What happens when a new message arrives in the SQS queue?
{
"EventSourceArn": "arn:aws:sqs:us-east-1:123456789012:MyQueue",
"FunctionName": "ProcessQueueMessages",
"Enabled": true
}What happens when a new message arrives in the SQS queue?
