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've encountered an issue where I need to access the API Gateway request's path parameters. I can see that there are methods to access the request context and stage variables, however, no method to access the path parameters.
This would be really helpful when it comes to building APIs with route/path parameters, for example: "/items/{itemId}".
The text was updated successfully, but these errors were encountered:
Hey all,
I've encountered an issue where I need to access the API Gateway request's path parameters. I can see that there are methods to access the request context and stage variables, however, no method to access the path parameters.
This would be really helpful when it comes to building APIs with route/path parameters, for example: "/items/{itemId}".
The text was updated successfully, but these errors were encountered: