Skip to content

v4.8.0

Compare
Choose a tag to compare
@bryaningl3 bryaningl3 released this 13 Apr 16:57
· 213 commits to master since this release

New Features

  • Added LambdaEventParser.getPaths function for use with API Gateway proxy mode.
  • Modified LambdaEventParser.getPath function, adding optional parser parameter.
  • Modified LambdaEventParser.getPath function, adding optional raw parameter.

Bug Fixes

  • Modified LambdaEventParser.getPath to remove percent encoding from path parameter values (using the decodeURIComponent function). Unlike query string parameters, the API Gateway does not automatically handle percent encoding for path parameters.