UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

5 lines (4 loc) 368 B
import { createPaginator } from "@smithy/core"; import { CloudFormationClient } from "../CloudFormationClient"; import { ListStackRefactorActionsCommand, } from "../commands/ListStackRefactorActionsCommand"; export const paginateListStackRefactorActions = createPaginator(CloudFormationClient, ListStackRefactorActionsCommand, "NextToken", "NextToken", "MaxResults");