You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to configure throttlingRateLimit and throttlingBurstLimit for the API stage using the aliasStage setting but deploying just sets these values to the defaults (10,000 and 5,000).
To work around this I need to remember to manually change the values after each deployment. I don't think I'm doing anything wrong here, is it working for anyone else?
I'm trying to configure
throttlingRateLimit
andthrottlingBurstLimit
for the API stage using thealiasStage
setting but deploying just sets these values to the defaults (10,000 and 5,000).I tried to debug the issue myself, from what I can see the generated CloudFormation template does seem to be correct:
To work around this I need to remember to manually change the values after each deployment. I don't think I'm doing anything wrong here, is it working for anyone else?
cc @HyperBrain #59
The text was updated successfully, but these errors were encountered: