UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

5 lines (4 loc) 266 B
import { createPaginator } from "@smithy/core"; import { ListUsersCommand } from "../commands/ListUsersCommand"; import { IAMClient } from "../IAMClient"; export const paginateListUsers = createPaginator(IAMClient, ListUsersCommand, "Marker", "Marker", "MaxItems");