Skip to content

Feature request: data model for DynamoDB Stream Lambda invocation records #7817

@exg

Description

@exg

Use case

When processing DynamoDB Stream events with a lambda, it may be necessary to enable an on-failure destination, e.g., an SQS DLQ, and re-process failed records with a different lambda. The Lambda Developer Guide describes the format of the invocation records that a Lambda with a DynamoDB event source sends to a SNS, SQS or S3 destination for failed invocations. Having a data model for those records in Powertools would be useful for parsing and validating the events in the lambda that processes the failed records.

Solution/User Experience

#7818 adds a data model for DynamoDB Stream Lambda invocation records.

Alternative solutions

Acknowledgment

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestfeature requesttriagePending triage from maintainers

    Type

    No type

    Projects

    Status

    Coming soon

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions