lambda-live-debugger
Version:
Debug Lambda functions locally like it is running in the cloud
5 lines (4 loc) • 315 B
JavaScript
import { createPaginator } from "@smithy/core";
import { ListV2LoggingLevelsCommand, } from "../commands/ListV2LoggingLevelsCommand";
import { IoTClient } from "../IoTClient";
export const paginateListV2LoggingLevels = createPaginator(IoTClient, ListV2LoggingLevelsCommand, "nextToken", "nextToken", "maxResults");