-
Notifications
You must be signed in to change notification settings - Fork 4.5k
custom_resources: log retention rate limit error during deploy #24485
Description
Describe the bug
When deploying a stack containing a custom resource, we received several rate limit exceptions when the cdk code deployed the logRetention infrastructure. This seems to happen intermittently and we have not received feedback recently of the issue. However, we figured you would like to know.
Expected Behavior
Not to receive a rate limit exception and the application to deploy.
Current Behavior
Deploying cdk application that contained a customer resource and lambda, the logRetention infrastructure generated a rate exceeded exception.
Reproduction Steps
It has not happened recently, but create a cdk application with a custom resource that has configuration that will generate a logRetention policy etc.
Possible Solution
No response
Additional Information/Context
We are curious if there is a way to manage these rate limit exceptions if they are outside of our code.
CDK CLI Version
2.29.1
Framework Version
No response
Node.js Version
14.18.3
OS
macos
Language
Typescript
Language Version
No response
Other information
No response