Skip to content

Commit

Permalink
FIX dynamodb part at sam template
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroslavPshenichnikov committed Nov 16, 2023
1 parent 2ccddb9 commit 1f48601
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions develop-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,6 @@ Resources:
ReadCapacityUnits: 1
WriteCapacityUnits: 1
StreamSpecification:
StreamEnabled: true
StreamViewType: NEW_AND_OLD_IMAGES
Replicas:
- RegionName: us-east-2
- RegionName: eu-central-1
TableClass: STANDARD
DeletionProtectionEnabled: false
4 changes: 0 additions & 4 deletions main-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,6 @@ Resources:
ReadCapacityUnits: 1
WriteCapacityUnits: 1
StreamSpecification:
StreamEnabled: true
StreamViewType: NEW_AND_OLD_IMAGES
Replicas:
- RegionName: us-east-2
- RegionName: eu-central-1
TableClass: STANDARD
DeletionProtectionEnabled: false

0 comments on commit 1f48601

Please sign in to comment.