Quick question… I want to use HTTP Proxy routes… I...
# sst
a
Quick question… I want to use HTTP Proxy routes… Is it possible to use path variables? Like.. I want to map this…
/projects/{projectId}
->
<http://google.com/projects/{projectId}|google.com/projects/{projectId}>
a
yep, that should work.
a
Thank you.
@Frank maybe this is good to be added to the doc.