aws-lambda-cpp icon indicating copy to clipboard operation
aws-lambda-cpp copied to clipboard

AWS Lambda Destinations not working

Open pkonstanczuk opened this issue 4 years ago • 0 comments

Hello I am using Lambda C++ SDK with success in our environment but when i connect Destination (SQS on both failure and success) the result is not send to the queue. I am returning the outcome by return aws::lambda_runtime::invocation_response::success(output, "application/json");

Tested the queue with other Lambda(Python) with the same security settings and it then works fine so i believe there may be sth wrong within aws-lambda-cpp. Thank you!

pkonstanczuk avatar Aug 30 '21 07:08 pkonstanczuk