Is your feature request related to a problem? Please describe.
Running a local DynamoDB allows to run local integration tests for DynamoDBOnlineStore. As suggested by @achals this can be done via testcontainers.
Describe the solution you'd like
Develop an DynamoDBOnlineStoreCreator like the Redis example of #2493.
Describe alternatives you've considered
Guidelines in Contributing.md so that user manage by its own the Docker Container.
Is your feature request related to a problem? Please describe.
Running a local DynamoDB allows to run local integration tests for
DynamoDBOnlineStore. As suggested by @achals this can be done viatestcontainers.Describe the solution you'd like
Develop an
DynamoDBOnlineStoreCreatorlike the Redis example of #2493.Describe alternatives you've considered
Guidelines in
Contributing.mdso that user manage by its own the Docker Container.