UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

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