Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS: getParametersByPath() only returns max 10 parameters #37

Closed
tripodsan opened this issue Dec 21, 2020 · 1 comment · Fixed by #38
Closed

AWS: getParametersByPath() only returns max 10 parameters #37

tripodsan opened this issue Dec 21, 2020 · 1 comment · Fixed by #38
Assignees
Labels

Comments

@tripodsan
Copy link
Contributor

need to fetch until response.nextToken is empty.

see https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_GetParametersByPath.html#API_GetParametersByPath_ResponseSyntax

@tripodsan tripodsan self-assigned this Dec 21, 2020
tripodsan added a commit that referenced this issue Dec 21, 2020
tripodsan added a commit that referenced this issue Dec 21, 2020
github-actions bot pushed a commit that referenced this issue Dec 21, 2020
# [1.10.0](v1.9.1...v1.10.0) (2020-12-21)

### Bug Fixes

* **aws:** fetch all parameters ([#38](#38)) ([a98f7d8](a98f7d8)), closes [#37](#37) [#36](#36)
* **aws:** retry test for 404 ([#35](#35)) ([7607c45](7607c45)), closes [#32](#32)

### Features

* **aws:** add command to delete stray buckets ([#34](#34)) ([f6b1fa1](f6b1fa1)), closes [#33](#33)
@github-actions
Copy link

🎉 This issue has been resolved in version 1.10.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant