UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

4 lines (3 loc) 244 B
import { collectBody } from "@smithy/smithy-client"; import { toUtf8 } from "@smithy/util-utf8"; export const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => (context?.utf8Encoder ?? toUtf8)(body));