:warning: I’ve got a blocker. I can’t deploy my s...
# help
s
⚠️ I’ve got a blocker. I can’t deploy my stack.. it keeps throwing this error
@Frank @thdxr
t
Hm
s
tried twice.. I even gave it a few mins to “cool down”
t
Does it give any more details at all?
s
:x:  prod-microservices-api failed: Received response status [FAILED] from custom resource. Message returned: Rate exceeded (RequestId: e3342d06-deec-4be5-b0e9-bf6210747af1)
I’m trying to get a hold of AWS support to see if they can give more details
Copy code
grep '"Type":' .build/cdk.out/prod-microservices-api.template.json | wc -l
     437
437 resources.. so I haven’t hit the 500 limit. scarily close though
t
Weird. Anything in the CF ui under events?
s
same thing
kinda dumb. wouldn’t CF be able to rate limit itself? I obviously can’t control this
or.. is this CDK asking for updates too frequently?
that’s probably it
I assume there’s no way to disable polling
I wonder if I could trigger the deploy, then ^Z the local deploy process so it can’t check for updates
so much for that theory
r
Is CFN a limit that you can increase in the console?
s
not that I know of
r
There are some that you can under Service Quotas
s
ahhhh… I wonder if one of those is it
AWS support finally showed up 👍 once I figure it out, I’ll let you know @thdxr, in case it’s something that should be in the SST docs (like, make sure you request a quota increase for XYZ)
b
👀