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
질문됨 4년 전989회 조회
1개 답변
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
답변함 4년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠