Skip to content

Commit e7c77d9

Browse files
committed
remove rate limiter table
1 parent d0ea8e5 commit e7c77d9

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

cloudformation/main.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -408,30 +408,6 @@ Resources:
408408
- AttributeName: userEmail
409409
KeyType: HASH
410410

411-
RateLimiterTable:
412-
Type: "AWS::DynamoDB::Table"
413-
DeletionPolicy: "Delete"
414-
UpdateReplacePolicy: "Delete"
415-
Properties:
416-
BillingMode: "PAY_PER_REQUEST"
417-
TableName: infra-core-api-rate-limiter
418-
DeletionProtectionEnabled: true
419-
PointInTimeRecoverySpecification:
420-
PointInTimeRecoveryEnabled: false
421-
AttributeDefinitions:
422-
- AttributeName: PK
423-
AttributeType: S
424-
- AttributeName: SK
425-
AttributeType: S
426-
KeySchema:
427-
- AttributeName: PK
428-
KeyType: HASH
429-
- AttributeName: SK
430-
KeyType: RANGE
431-
TimeToLiveSpecification:
432-
AttributeName: ttl
433-
Enabled: true
434-
435411
EventRecordsTable:
436412
Type: "AWS::DynamoDB::Table"
437413
DeletionPolicy: "Retain"

0 commit comments

Comments
 (0)