Skip to content
New issue

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

[6.x] DynamoDB in CI suite #36749

Merged
merged 16 commits into from
Mar 25, 2021
Merged

[6.x] DynamoDB in CI suite #36749

merged 16 commits into from
Mar 25, 2021

Conversation

driesvints
Copy link
Member

This PR adds support for DynamoDB in our CI suite. It'll dynamically create the DynamoDB cache table if it doesn't exists.

Additionally, I've extracted the DynamoDB Client into a separate singleton call so it's stored in the container as cache.dynamodb.client. I contemplated on storing it as dynamodb.client but think it's best it's bound as a separate instance so it doesn't conflicts with other implementations.

Normally this PR should be backwards compatible. Feel free to let me know if you see it differently.

Closes #36364

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants