Skip to content

AWS Lambda Destinations not working #125

Open
@pkonstanczuk

Description

@pkonstanczuk

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions