Skip to content

Conversation

@kuhe
Copy link
Contributor

@kuhe kuhe commented Dec 15, 2023

sample diff for smithy-lang/smithy-typescript#1114

if accepted, this will be changed to the full diff

@kuhe kuhe requested a review from a team as a code owner December 15, 2023 20:01
@kuhe
Copy link
Contributor Author

kuhe commented Dec 15, 2023

runtime code example:

// dist-es/pagination/ListFunctionsPaginator.js

import { createPaginator } from "@smithy/core";
import { ListFunctionsCommand, } from "../commands/ListFunctionsCommand";
import { LambdaClient } from "../LambdaClient";
export const paginateListFunctions = 
  createPaginator(LambdaClient, ListFunctionsCommand, "Marker", "NextMarker", "MaxItems");

@kuhe kuhe merged commit e54099b into aws:main Dec 19, 2023
@kuhe kuhe deleted the feat/pagination branch December 19, 2023 21:16
@github-actions
Copy link

github-actions bot commented Jan 3, 2024

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants