From 279c4810b6867bc2dc15b0f2d44af7ca1b614209 Mon Sep 17 00:00:00 2001 From: Pete Dunlap Date: Mon, 30 Dec 2024 11:10:40 -0500 Subject: [PATCH] CMDCT-4186 - removes retention from unimportant tables --- services/database/serverless.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/services/database/serverless.yml b/services/database/serverless.yml index 75ef6655..9bec7efb 100644 --- a/services/database/serverless.yml +++ b/services/database/serverless.yml @@ -91,7 +91,6 @@ resources: Resources: AgeRangesTable: Type: AWS::DynamoDB::Table - DeletionPolicy: Retain Properties: TableName: ${self:custom.stage}-age-ranges PointInTimeRecoverySpecification: @@ -213,7 +212,6 @@ resources: BillingMode: PAY_PER_REQUEST # Set the capacity to auto-scale StatusTable: Type: AWS::DynamoDB::Table - DeletionPolicy: Retain Properties: TableName: ${self:custom.stage}-status PointInTimeRecoverySpecification: @@ -246,7 +244,6 @@ resources: BillingMode: PAY_PER_REQUEST # Set the capacity to auto-scale AuthUserRolesTable: Type: AWS::DynamoDB::Table - DeletionPolicy: Retain Properties: TableName: ${self:custom.stage}-auth-user-roles PointInTimeRecoverySpecification: @@ -262,7 +259,6 @@ resources: BillingMode: PAY_PER_REQUEST # Set the capacity to auto-scale AuthUserStatesTable: Type: AWS::DynamoDB::Table - DeletionPolicy: Retain Properties: TableName: ${self:custom.stage}-auth-user-states PointInTimeRecoverySpecification: