AWS - Lambda
Given this Lambda trigger code snippet:
What will happen when this event is received by the Lambda function?
event = {"Records": [{"eventSource": "aws:sqs", "body": "Hello"}]}What will happen when this event is received by the Lambda function?
