Replies: 1 comment
-
This would be a request for Glue as a service. I'm not sure if you're able to request for an increase here for your account individually, but if you can I recommend doing that
This should honestly be done by CloudFormation automatically, but that would be out of our control as well. A way other customers have worked around similar issues is by creating dependencies from CfnSchemas to other CfnSchemas, slowing down the deployment. I'm going to convert this issue to a discussion so that more discussion on this workaround can take place |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
When destroying and redeploying our stack with 75 AWS Glue Schemas, we get the following error:
However, it works as expected if we wait some time and then deploy the stack.
Expected Behavior
The stack deploys successfully.
Current Behavior
The stack fails to deploy with a Rate Exceeded Error.
Reproduction Steps
Possible Solution
Additional Information/Context
No response
CDK CLI Version
2.39.1 (build f188fac)
Framework Version
No response
Node.js Version
v16.15.1
OS
macOS 12.6 (21G115)
Language
Typescript
Language Version
3.9.10
Other information
No response
Beta Was this translation helpful? Give feedback.
All reactions