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

feat(SimpleTable): add PointInTimeRecoverySpecification #3138

Merged
merged 9 commits into from
May 1, 2023
Merged

feat(SimpleTable): add PointInTimeRecoverySpecification #3138

merged 9 commits into from
May 1, 2023

Conversation

hoffa
Copy link
Contributor

@hoffa hoffa commented May 1, 2023

Issue #, if available

#714

Description of changes

Adds PointInTimeRecoverySpecification pass-through to AWS::DynamoDB::Table.PointInTimeRecoverySpecification.


Updated schema with:

make schema

Added transform tests with:

python bin/add_transform_test.py --template-file simpletable_with_pitr.yaml

Description of how you validated changes

Deployed transformed output:

sam deploy --region us-west-2 --resolve-s3 --capabilities CAPABILITY_IAM --stack-name test-pitr --template tests/translator/output/simpletable_with_pitr.json

And checked in console table had PITR enabled.

Checklist

Examples?

Please reach out in the comments if you want to add an example. Examples will be
added to sam init through aws/aws-sam-cli-app-templates.

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

@hoffa hoffa marked this pull request as ready for review May 1, 2023 17:17
@hoffa hoffa requested a review from a team as a code owner May 1, 2023 17:17
@hoffa hoffa changed the title feat(SimpleTable): add PointInTimeRecovery feat(SimpleTable): add PointInTimeRecoverySpecification May 1, 2023
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.

None yet

4 participants