v4.8.0
New Features
- Added
LambdaEventParser.getPaths
function for use with API Gateway proxy mode. - Modified
LambdaEventParser.getPath
function, adding optionalparser
parameter. - Modified
LambdaEventParser.getPath
function, adding optionalraw
parameter.
Bug Fixes
- Modified
LambdaEventParser.getPath
to remove percent encoding from path parameter values (using thedecodeURIComponent
function). Unlike query string parameters, the API Gateway does not automatically handle percent encoding for path parameters.