AWS Database Blog

Hrvoje Grgic

Author: Hrvoje Grgic

Hrvoje Grgic is an Amsterdam based Cloud Infrastructure Architect at AWS. He helps large-scale enterprises with their migrations to AWS by leveraging best practices and newest cloud technologies.

Use point-in-time recovery to restore an Amazon DynamoDB table managed by AWS CDK

Point-in-time recovery (PITR) in Amazon DynamoDB is a fully managed capability that creates continuous backups of your DynamoDB table data. Continuous backups are important to ensure business continuity and compliance with regulations, and to protect against human errors, such as unintended writes or deletes. When PITR is enabled for a DynamoDB table, DynamoDB automatically backs […]