We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
DynamoDBOnlineStore
testcontainers
Describe the solution you'd like
Develop an DynamoDBOnlineStoreCreator like the Redis example of #2493.
DynamoDBOnlineStoreCreator
Describe alternatives you've considered
Guidelines in Contributing.md so that user manage by its own the Docker Container.
Contributing.md
The text was updated successfully, but these errors were encountered:
felixwang9817
Successfully merging a pull request may close this issue.
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
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.The text was updated successfully, but these errors were encountered: