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.

gefragt vor 2 Jahren255 Aufrufe
1 Antwort
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
beantwortet vor 2 Jahren
AWS
SUPPORT-TECHNIKER
überprüft vor 2 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