v4.8.0
New Features
- Added
LambdaEventParser.getPathsfunction for use with API Gateway proxy mode. - Modified
LambdaEventParser.getPathfunction, adding optionalparserparameter. - Modified
LambdaEventParser.getPathfunction, adding optionalrawparameter.
Bug Fixes
- Modified
LambdaEventParser.getPathto remove percent encoding from path parameter values (using thedecodeURIComponentfunction). Unlike query string parameters, the API Gateway does not automatically handle percent encoding for path parameters.