Skip to content

Commit

Permalink
REMOVE simple DynamoDB table from main stack
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroslavPshenichnikov committed Nov 17, 2023
1 parent 1568ec2 commit a44558e
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions main-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,20 +128,3 @@ Resources:
- logs:PutLogEvents
Resource:
- arn:aws:logs:*:*:log-group:*:*
DynamoDBTable:
Type: AWS::DynamoDB::Table
Properties:
TableName: main-docspace-tenants_region
AttributeDefinitions:
- AttributeName: tenant_domain
AttributeType: S
KeySchema:
- AttributeName: tenant_domain
KeyType: HASH
ProvisionedThroughput:
ReadCapacityUnits: 1
WriteCapacityUnits: 1
StreamSpecification:
StreamViewType: NEW_AND_OLD_IMAGES
TableClass: STANDARD
DeletionProtectionEnabled: false

0 comments on commit a44558e

Please sign in to comment.