ThrottlingException from Step Function triggered through API Endpoint

0

I have made a Step Functions State Machine the target of an API Gateway endpoint. The endpoint is supposed to trigger the State Machine. I made two or three requests to the endpoint. The first one failed with a 500 error. Right after that request, I have been getting the following response consistently (for over a day now):

<ThrottlingException> <Message>Rate exceeded</Message> </ThrottlingException>

The throttling on my Gateway API is disabled, so that can't be it. Am I doing anything wrong? Is there a limit I need raised? If that's the case, I would be surprised - as I said, this has been happening every time after that first request. Needless to say, when I go to the Step Function, no execution is listed.

lxbbc
gefragt vor 4 Jahren988 Aufrufe
1 Antwort
0

This was my bad. My API Gateway endpoint was of type PUT, so I specified PUT in the integration settings as well. However, the integration settings request methods specifies how the Step Functions API endpoint should be hit - for this action, it should be POST.

lxbbc
beantwortet vor 4 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen