File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments