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
[Migrated] An error occurred (UnrecognizedClientException) when calling the PutIntegration operation: The security token included in the request is invalid
#47
Closed
jneves opened this issue
Feb 20, 2021
· 0 comments
I get this error randomly part-way through the "Creating API Gateway routes (this only happens once)" stage.
I'd tried a few things and it seems to fail somewhere between 8% and 11% through, which suggests to me that it's not doing the same operation. In fact, on one run it failed on "PutMethodResponse" and not "PutIntegration"
The only thing I can conclude is there is some kind of rate-limiting I'm hitting that Zappa is seeing as key issue, but key pair worked fine for the first 8-11% of the operation.
I can't see a way to "resume" the API Gateway part as it's part of the first-time "zappa deploy" command. That would give me a workaround here at least.
The text was updated successfully, but these errors were encountered:
Originally from: Miserlou/Zappa#198 by avengerpenguin
I get this error randomly part-way through the "Creating API Gateway routes (this only happens once)" stage.
I'd tried a few things and it seems to fail somewhere between 8% and 11% through, which suggests to me that it's not doing the same operation. In fact, on one run it failed on "PutMethodResponse" and not "PutIntegration"
The only thing I can conclude is there is some kind of rate-limiting I'm hitting that Zappa is seeing as key issue, but key pair worked fine for the first 8-11% of the operation.
I can't see a way to "resume" the API Gateway part as it's part of the first-time "zappa deploy" command. That would give me a workaround here at least.
The text was updated successfully, but these errors were encountered: