UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

3 lines (2 loc) 187 B
import { collectBody } from "@smithy/smithy-client"; export const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));