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

fix(core): add point in time recovery to X509Certificate DynamoDB tables #883

Merged
merged 1 commit into from
Nov 2, 2022

Conversation

lucaseck
Copy link
Contributor

@lucaseck lucaseck commented Nov 2, 2022

Problem

Certificate tables did not have point in time recovery enabled.

Solution

Set the pointInTimeRecovery property to true

Testing

Modified an existing unit test to verify that the created certificate table template has the PointInTimeRecoveryEnabled property set to true.


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

@ddneilson ddneilson self-requested a review November 2, 2022 20:49
Copy link
Contributor

@ddneilson ddneilson left a comment

Choose a reason for hiding this comment

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

Short & sweet. Thank you for the contribution!

@jusiskin jusiskin changed the title fix(core): add point in time recovery to certificate tables fix(core): add point in time recovery to X509Certificate DynamoDB tables Nov 2, 2022
@jusiskin jusiskin merged commit 89523ba into aws:mainline Nov 2, 2022
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.

3 participants