Automate local in-memory dynamodb start to simplify writing integration tests. It can also be used as an alternative to mocking the fluent API.
await using var inMemoryContext = InMemoryDynamoDbFactory.CreateAsync();
// Use inMemoryContext as a regular context