We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
need to fetch until response.nextToken is empty.
see https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_GetParametersByPath.html#API_GetParametersByPath_ResponseSyntax
The text was updated successfully, but these errors were encountered:
fix(aws): fetch all parameters
e925efd
fixes #37 also fixes #36
fix(aws): fetch all parameters (#38)
a98f7d8
chore(release): 1.10.0 [skip ci]
289e666
# [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)
🎉 This issue has been resolved in version 1.10.0 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
tripodsan
Successfully merging a pull request may close this issue.
need to fetch until response.nextToken is empty.
see https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_GetParametersByPath.html#API_GetParametersByPath_ResponseSyntax
The text was updated successfully, but these errors were encountered: