Skip to content

DynamoDb Integration tests #132

@lezzi

Description

@lezzi

Automate local in-memory dynamodb start to simplify writing integration tests. It can also be used as an alternative to mocking the fluent API.

Something like:

await using var inMemoryContext = InMemoryDynamoDbFactory.CreateAsync();

// Use inMemoryContext as a regular context

https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.DownloadingAndRunning.html

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions