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.
asked 4 months ago6 views
No Answers
Relevant questions
How do I configure an Amazon MQ instance that's in a VPC to invoke a Lambda function?
Accepted Answerasked a year agoCan I specify GET URL path parameter in step function?
asked 4 months agoAWS step function giving error, when I had included the "Parameter" tag
asked a month agoCannot directly set up BatchGetItem step inside a State Machine
asked a month agoStates.Runtime error when nested step function fails in Step Functions Local
asked a month agohow to trigger a step function from a s3 object notification?
asked 3 months agoHow to access API Parameters of a node and add them as part of it's own output json in AWS Step Functions?
asked 4 months agoStep Function to Send Email on Error/Success
asked 5 months agoStep Function error handling
asked 3 months agoCan we get output from a Lambda function as CloudFormation Parameter?
asked 2 years ago