UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

5 lines (4 loc) 295 B
import { createPaginator } from "@smithy/core"; import { ListBucketsCommand } from "../commands/ListBucketsCommand"; import { S3Client } from "../S3Client"; export const paginateListBuckets = createPaginator(S3Client, ListBucketsCommand, "ContinuationToken", "ContinuationToken", "MaxBuckets");