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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则