aws-ssm
aws-ssm copied to clipboard
Get more than 10 parameters
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
- Get many params at once using
MaxItems - Get all params using pagination.
and this may not be needed
- Add an annotation to set parameter count to get.
It seems https://github.com/cmattoon/aws-ssm/pull/30 this PR solves this issue.