Skip to content
Discussion options

You must be logged in to vote

@mwleinad Good afternoon. I'm unsure if I understand your question correctly (perhaps Title needs to be changed and/or description needs to be elaborated about your scenario). Assuming that you have question on how this library loads System Manager parameters,

In your code, you would use builder.Configuration.AddSystemsManager($"/dotnet-aws-samples/systems-manager-sample/") to configure this library to load parameters by Path.
Data is loaded by calling SystemsManagerProcessor.GetDataAsync().

This would further invoke AmazonSimpleSystemsManagement.GetParametersByPathAsync(). This invokes one service API call to load parameters by path and uses NextToken if the response is paginated.

Hope t…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@github-actions
Comment options

Answer selected by github-actions
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants