aws-ssm icon indicating copy to clipboard operation
aws-ssm copied to clipboard

Get more than 10 parameters

Open kimxogus opened this issue 5 years ago • 1 comments

It seems aws-ssm get only 10 parameters using directory when it syncs, and I can't find any configuration to make it get more than 10 parameters for a single secret with directory configuration.

I want to request one of

  1. Get many params at once using MaxItems
  2. Get all params using pagination.

and this may not be needed

  • Add an annotation to set parameter count to get.

kimxogus avatar Nov 21 '19 01:11 kimxogus

It seems https://github.com/cmattoon/aws-ssm/pull/30 this PR solves this issue.

ismailyenigul avatar Nov 28 '20 05:11 ismailyenigul