Skip to content

Commit

Permalink
increasing max returned ssm params
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewdfuller committed Jan 3, 2019
1 parent 7b436e2 commit 2eb152a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion collectors/aws/collector.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,10 @@ var calls = {
},
SSM: {
describeParameters: {
property: 'Parameters'
property: 'Parameters',
params: {
MaxResults: 50
}
}
},
STS: {
Expand Down

0 comments on commit 2eb152a

Please sign in to comment.