diff --git a/packages/api/cfn/template.yml b/packages/api/cfn/template.yml index 84a09bd..81cad08 100644 --- a/packages/api/cfn/template.yml +++ b/packages/api/cfn/template.yml @@ -101,6 +101,8 @@ Resources: Type: AWS::DynamoDB::Table Properties: TableName: !Sub ${AWS::StackName}-event-store + PointInTimeRecoverySpecification: + PointInTimeRecoveryEnabled: true ProvisionedThroughput: ReadCapacityUnits: 5 WriteCapacityUnits: 5