You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was expecting that in apigateway-http-api-proxy if the rawPath = /somepath/orderscheduling/{scheduleOrderGUID}
I want scheduleOrderGUID to get substituted with value = "some-guid-value-here"
so in the event json I provided as
Thinking that scheduleOrderGUID will get substituted by some-guid-value-here.
However it does not. The path that reaches the mux is unsubstituted.
So I tried to take a look in the code however I did not find any mention of pathParameters in the go code. (There is code for putting in queryParameters ....but no code for pathParameters)
Is this correct?
How does one use the pathParameters object in the input event json ?
Please help
The text was updated successfully, but these errors were encountered:
I was expecting that in apigateway-http-api-proxy if the rawPath = /somepath/orderscheduling/{scheduleOrderGUID}
I want scheduleOrderGUID to get substituted with value = "some-guid-value-here"
so in the event json I provided as
Thinking that scheduleOrderGUID will get substituted by some-guid-value-here.
However it does not. The path that reaches the mux is unsubstituted.
So I tried to take a look in the code however I did not find any mention of pathParameters in the go code. (There is code for putting in queryParameters ....but no code for pathParameters)
Is this correct?
How does one use the pathParameters object in the input event json ?
Please help
The text was updated successfully, but these errors were encountered: