UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

5 lines (4 loc) 301 B
import { createPaginator } from "@smithy/core"; import { CloudFormationClient } from "../CloudFormationClient"; import { ListStacksCommand } from "../commands/ListStacksCommand"; export const paginateListStacks = createPaginator(CloudFormationClient, ListStacksCommand, "NextToken", "NextToken", "");