Can I specify GET URL path parameter in step function?

0

I have a lambda exposing a GET /path/:parameter endpoint and I want to invoke it as part of a Step Function state machine, taking the value of the :parameter from one of the input fields. Is this even possible? All I've been able to find in the documentation is how to specify JSON paths for input and output, and they always seems to be for POST calls.

질문됨 2년 전255회 조회
1개 답변
0

From the information that you have provided, it seems to me that you are trying to create a step function state machine that uses lambda.

Refer to this documentation it could be what you are looking for: https://docs.aws.amazon.com/step-functions/latest/dg/tutorial-creating-lambda-state-machine.html

If you cannot find what you are looking for in this documentation, please share more about how you are designing your step function, and how you are taking the :parameter value from the input field.

cindy_w
답변함 2년 전
AWS
지원 엔지니어
검토됨 2년 전

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

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

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

관련 콘텐츠