Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS Lambda Destinations not working #125

Open
pkonstanczuk opened this issue Aug 30, 2021 · 0 comments
Open

AWS Lambda Destinations not working #125

pkonstanczuk opened this issue Aug 30, 2021 · 0 comments

Comments

@pkonstanczuk
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant