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
We have an HTTP protocol API that has 2 deployment stages: test and prod.
My understanding is the way the package match for a path is through the API Gateway Event rawPath property.
When the API has stages the rawPath will look like this /{stage}/my-path and will not match with any path.
The text was updated successfully, but these errors were encountered:
please, fix this, I'm really craving this change. I don't want to have to buy a domain to test a simple feature in a framework i'm working on to get up and running with it
We have an HTTP protocol API that has 2 deployment stages: test and prod.
My understanding is the way the package match for a path is through the API Gateway Event
rawPath
property.When the API has stages the rawPath will look like this
/{stage}/my-path
and will not match with any path.The text was updated successfully, but these errors were encountered: