Skip to content

Commit a64bd52

Browse files
committed
Add Point-In-Time Recovery to DynamoDB table to fix CFN Guard compliance issue
1 parent baaf0f9 commit a64bd52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cdk/resources/SlackDeduplicationTable.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export class SlackDeduplicationTable extends Construct {
2020
},
2121
billingMode: BillingMode.PAY_PER_REQUEST,
2222
timeToLiveAttribute: "ttl",
23+
pointInTimeRecovery: true,
2324
removalPolicy: RemovalPolicy.DESTROY
2425
})
2526
}

0 commit comments

Comments
 (0)