Amazon web services – Cannot send message to SQS from AWS Lambda function
I have a Lambda function that has some data and must send it to a SQS queue. But it seems like the send is not working. There is no error and it seems to gracefully continue execution without any message…