cloudformation-coverage-roadmap
cloudformation-coverage-roadmap copied to clipboard
[AWS::LakeFormation::Resource] - [BUG] - Rate Exceeded Error when deleting
Name of the resource
AWS::LakeFormation::Resource
Resource Name
No response
Issue Description
When performing multiple deletes using the API, we get rate exceeded errors. This has started happening recently, so I assume there was an update recently that started to cause this.
Expected Behavior
Resources delete, and when rate limiting occurs, implement backoff
Observed Behavior
Rate exceeded (Service: AmazonIdentityManagement; Status Code: 400; Error Code: Throttling; Request ID: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx; Proxy: null) (Service: AWSLakeFormation; Status Code: 400; Error Code: InvalidInputException; Request ID: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx; Proxy: null)
Test Cases
Doing multiple deletes in succession (the stack was being deleted, so all lakeformation resources were being deleted.
Other Details
No response