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 { ListVersionsByFunctionCommand, } from "../commands/ListVersionsByFunctionCommand"; import { LambdaClient } from "../LambdaClient"; export const paginateListVersionsByFunction = createPaginator(LambdaClient, ListVersionsByFunctionCommand, "Marker", "NextMarker", "MaxItems");