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

Update: [DynamoDB Patterns] Enable continuous backups and point-in-time recovery #35

Closed
hnishar opened this issue Aug 7, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@hnishar
Copy link
Contributor

hnishar commented Aug 7, 2020

Issue:

AWS DynamoDB tables make use of Point-in-time Recovery (PITR) feature in order to automatically take continuous backups of your DynamoDB data. Enable this feature for the following patterns:

  • aws-apigateway-dynamodb
  • aws-dynamodb-stream-lambda-elasticsearch-kibana
  • aws-dynamodb-stream-lambda
  • aws-iot-lambda-dynamodb
  • aws-lambda-dynamodb

Solution:

Update the DefaultTableProps in core to include pointInTimeRecovery as true by default

Best practices documentation:

https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/PointInTimeRecovery.html

@hnishar hnishar added the enhancement New feature or request label Aug 7, 2020
@hnishar hnishar self-assigned this Aug 8, 2020
@hnishar hnishar added in-progress This issue is being actively worked on and removed in-progress This issue is being actively worked on labels Aug 10, 2020
@hnishar
Copy link
Contributor Author

hnishar commented Aug 15, 2020

This enhancement was pushed out in the latest release v1.58.0

@hnishar hnishar closed this as completed Aug 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant