UNPKG

@aws-sdk/client-lambda

Version:

AWS SDK for JavaScript Lambda Client for Node.js, Browser and React Native

5 lines (4 loc) 287 B
import { createPaginator } from "@smithy/core"; import { ListAliasesCommand } from "../commands/ListAliasesCommand"; import { LambdaClient } from "../LambdaClient"; export const paginateListAliases = createPaginator(LambdaClient, ListAliasesCommand, "Marker", "NextMarker", "MaxItems");