aws-cloudformation / aws-cloudformation/cloudformation-coverage-roadmap
[AWS::LakeFormation::Resource] - [BUG] - Rate Exceeded Error when deleting
- Dominant language
- No language data
- Stars
- 1.1k
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
### 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_
Contributor guide
Assessment
This issue has not been assessed yet.