UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

9 lines (8 loc) 412 B
import { makeBuilder } from "@smithy/core/client"; import { getEndpointPlugin } from "@smithy/core/endpoints"; import { commonParams } from "./endpoint/EndpointParameters"; export const command = makeBuilder(commonParams, "Signin", "SigninClient", getEndpointPlugin); export const _ep0 = { IsControlPlane: { type: "staticContextParams", value: false }, }; export const _mw0 = (Command, cs, config, o) => [];