Skip to content

Missing runtime for snippet Amazon SQS partial batch response Lambda function #112

Open
@mkovel

Description

@mkovel

Wrong response format:

    return {
        statusCode: 200,
        body: JSON.stringify({ batchItemFailures }),
    };

with proxy response format not working. It knowledge cost me a day. ((

    return { 
        batchItemFailures
    };

Metadata

Metadata

Assignees

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