UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

5 lines (4 loc) 323 B
import { createPaginator } from "@smithy/core"; import { ListThingPrincipalsV2Command, } from "../commands/ListThingPrincipalsV2Command"; import { IoTClient } from "../IoTClient"; export const paginateListThingPrincipalsV2 = createPaginator(IoTClient, ListThingPrincipalsV2Command, "nextToken", "nextToken", "maxResults");