spring-media / aws-lambda-router

Improved routing for AWS Lambda like SNS and ApiGateway
Apache License 2.0
98 stars 52 forks source link

expose matchedPath #49

Closed evgenykireev closed 4 years ago

evgenykireev commented 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.

evgenykireev commented 4 years ago

@connystrecker thanks for the review. I addressed the issues that you raised.