Skip to content

Commit

Permalink
CMDCT-4186 - removes retention from unimportant tables
Browse files Browse the repository at this point in the history
  • Loading branch information
peoplespete committed Dec 30, 2024
1 parent ce9e498 commit 279c481
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions services/database/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ resources:
Resources:
AgeRangesTable:
Type: AWS::DynamoDB::Table
DeletionPolicy: Retain
Properties:
TableName: ${self:custom.stage}-age-ranges
PointInTimeRecoverySpecification:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 279c481

Please sign in to comment.