aws-lambda-router
aws-lambda-router copied to clipboard
Add rawBody to ProxyIntegrationBody
Some applications need access to the original body data of a request, e.g. for the purposes of verifying digital signatures. Along with the handy JSON-parsed version of the body, it would be useful to retain the raw body data for such purposes.
Can this be merged to master? Its a very useful addition.