Skip to content

Commit

Permalink
chore: set MaxItems explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
tschoffelen committed Sep 7, 2024
1 parent 29f2b80 commit 926d77f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/api/src/events/auto-trace.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const getAccountLambdas = async () => {
do {
const listFunctionsCommand = new ListFunctionsCommand({
Marker: nextToken,
MaxItems: 50
});
const { Functions, NextMarker } =
await lambdaClient.send(listFunctionsCommand);
Expand Down

0 comments on commit 926d77f

Please sign in to comment.