Skip to content

Commit

Permalink
Enable nightly backups for media-atom-pipeline's DynamoDB table
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwinch committed Nov 28, 2023
1 parent e339eea commit 8d60012
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions uploader/src/main/resources/cfn-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,9 @@ Resources:
ProvisionedThroughput:
ReadCapacityUnits: '5'
WriteCapacityUnits: '5'
Tags:
- Key: devx-backup-enabled
Value: true

VideoPipelinePROD:
Type: "AWS::StepFunctions::StateMachine"
Expand Down

0 comments on commit 8d60012

Please sign in to comment.