Closed evgenykireev closed 4 years ago
In some cases (e.g. when writing generic handlers), it is useful to know the path of a matched route when using proxy integration or path parameters. This PR extends ProxyIntegrationEvent object with matchedPath attribute.
ProxyIntegrationEvent
matchedPath
@connystrecker thanks for the review. I addressed the issues that you raised.
In some cases (e.g. when writing generic handlers), it is useful to know the path of a matched route when using proxy integration or path parameters. This PR extends
ProxyIntegrationEvent
object withmatchedPath
attribute.