Skip to content

Commit

Permalink
Back up DynamoDB versions table (#5174, PR #5248)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsotirho-ucsc committed Jun 8, 2023
2 parents 20ab208 + 3944387 commit 629fe05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions terraform/dynamo.tf.json.template.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
"object_versions": {
"name": config.dynamo_object_version_table_name,
"billing_mode": "PAY_PER_REQUEST",
"point_in_time_recovery": {
"enabled": True
},
"hash_key": VersionService.key_name,
"attribute": [
{
Expand Down

0 comments on commit 629fe05

Please sign in to comment.