UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

10 lines (9 loc) 318 B
import { createAggregatedClient } from "@smithy/smithy-client"; import { GetRoleCredentialsCommand } from "./commands/GetRoleCredentialsCommand"; import { SSOClient } from "./SSOClient"; const commands = { GetRoleCredentialsCommand, }; export class SSO extends SSOClient { } createAggregatedClient(commands, SSO);