Skip to content

Commit

Permalink
FIX DynamoDB table definition
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroslavPshenichnikov committed Nov 16, 2023
1 parent 9413bff commit 1c22a15
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions develop-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,9 @@ Resources:
KeySchema:
- AttributeName: tenant_domain
KeyType: HASH
ProvisionedThroughput:
ReadCapacityUnits: 1
WriteCapacityUnits: 1
Replicas:
- RegionName: us-east-1
- RegionName: us-east-2
- RegionName: eu-central-1
- Region: us-east-1
- Region: us-east-2
- Region: eu-central-1
StreamSpecification:
StreamViewType: NEW_AND_OLD_IMAGES
TableClass: STANDARD
DeletionProtectionEnabled: false

0 comments on commit 1c22a15

Please sign in to comment.