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

test(examples): add example for DDB Global Table v2017 #164

Closed
wants to merge 5 commits into from

Conversation

texastony
Copy link
Contributor

Issue #, if available: #68, #69, #70

Description of changes: Add an example that demonstrates using an MRK with a DynamoDB Global v2017 table.

This does not address the features requested in the issues (#68 , #69 , or #70 ) but does demonstrate a work around.
Since those feature requests have been created, DynamoDB has improved Global tables with version 2019.11.21.
As such, I believe that we should close those issues, referencing this Pull Request as the work around for any customers still using Global tables version 2017.11.29.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Check any applicable:

  • Were any files moved? Moving files changes their URL, which breaks all hyperlinks to the files.

@texastony texastony requested a review from a team as a code owner December 9, 2021 20:12
import org.testng.annotations.Test;

public class AwsKmsMultiRegionKeyGlobal2017IT {
private static final String TABLE_NAME = "tonyknap-manual-mrk-global-2017";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

more generic table name, since this goes to our examples? "I think TableName" or "SuperCoolTable" are worthy candidates?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do not think we ever going to ship this... but if we did, yes.

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