Skip to content

Commit 7112e4a

Browse files
fix: change MaxResults from 50 to 10 (#14676)
1 parent bc628a7 commit 7112e4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/amplify-category-function/src/provider-utils/awscloudformation/secrets

packages/amplify-category-function/src/provider-utils/awscloudformation/secrets/ssmClientWrapper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export class SSMClientWrapper {
7979
this.ssmClient.send(
8080
new GetParametersByPathCommand({
8181
Path: secretPath,
82-
MaxResults: 50,
82+
MaxResults: 10,
8383
ParameterFilters: [
8484
{
8585
Key: 'Type',

0 commit comments

Comments
 (0)