diff --git a/lib/workload/components/dynamodb-partitioned-table/index.ts b/lib/workload/components/dynamodb-partitioned-table/index.ts index c9d3e7e76..ac971a07c 100644 --- a/lib/workload/components/dynamodb-partitioned-table/index.ts +++ b/lib/workload/components/dynamodb-partitioned-table/index.ts @@ -27,6 +27,7 @@ export class DynamodbPartitionedPipelineConstruct extends Construct { }, tableName: props.tableName, removalPolicy: props.removalPolicy || RemovalPolicy.RETAIN_ON_UPDATE_OR_DELETE, + pointInTimeRecovery: true, }); // Set outputs