lambda-live-debugger
Version:
Debug Lambda functions locally like it is running in the cloud
5 lines (4 loc) • 332 B
JavaScript
import { createPaginator } from "@smithy/core";
import { ListFunctionUrlConfigsCommand, } from "../commands/ListFunctionUrlConfigsCommand";
import { LambdaClient } from "../LambdaClient";
export const paginateListFunctionUrlConfigs = createPaginator(LambdaClient, ListFunctionUrlConfigsCommand, "Marker", "NextMarker", "MaxItems");