You've already forked serverless-offline
mirror of
https://github.com/encounter/serverless-offline.git
synced 2026-03-30 11:37:53 -07:00
10558c8283
This change introduces request.rawPayload to the Hapi request and uses that if request.payload is not a string. Before, JSON.stringify(JSON.parse(request.payload)) was being used, which is not the same as the rawPayload that should be passed along.