UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

5 lines (4 loc) 332 B
import { createPaginator } from "@smithy/core"; import { ListFunctionUrlConfigsCommand, } from "../commands/ListFunctionUrlConfigsCommand"; import { LambdaClient } from "../LambdaClient"; export const paginateListFunctionUrlConfigs = createPaginator(LambdaClient, ListFunctionUrlConfigsCommand, "Marker", "NextMarker", "MaxItems");