Skip to content

feat(envelopes): add DynamoDB Stream envelope #133

@j-d-ha

Description

@j-d-ha

Description

Add support for DynamoDB Stream events using the DynamoDB Stream envelope.

Tasks

  • Create package: AwsLambda.Host.Envelopes.DynamoDbStream
  • Implement DynamoDbStreamEnvelope<T> class
  • Implement IRequestEnvelope interface
  • Create comprehensive README.md
  • Add unit tests in tests/AwsLambda.Host.Envelopes.UnitTests/
  • Update solution file
  • Commit with conventional format

Acceptance Criteria

  • DynamoDB stream records with NewImage/OldImage extraction working
  • Full unit test coverage
  • README includes examples and AOT guidance
  • Package builds for all target frameworks (net8.0, net9.0, net10.0)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions