Lambda Invoke -- Error handling and Retry for Throttles within Map

0

Hello, I am looking for help in how to set error handling in the AWS step function's workflow studio. In particular, I am looking for how to set retries for a lambda function within a distributed map to handle throttles. I appreciate it if someone could help me with figuring out the different parameters in "Add New Retry". Two specific questions 1, What error I should select for Throttles? Errors Specify one or more error(s) that will trigger this retrier. You can select a built-in Amazon States error or enter a custom error name. 2. Do I need a "Catch"

Thank you in advance!

Ahmed
질문됨 4달 전396회 조회
1개 답변
1

Hi 👋🏽

which throttle exception do you want to catch exactly? How I do this normally is by trying to get the exception triggered (if that is feasible) and using the error name or type then.

How I did that in the past is by having a catch on all errors and then a choice state for specific error types.

Example

Sorry I needed to blur a few things. Does that help?

profile picture
답변함 2달 전
  • Wow. This is new to me. Let me investigate that! Thank you!

  • I have a question. What is this catch #1? what type of flow or action?

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

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

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

관련 콘텐츠