UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

3 lines (2 loc) 154 B
import { EventStreamMarshaller } from "./EventStreamMarshaller"; export const eventStreamSerdeProvider = (options) => new EventStreamMarshaller(options);