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

Replace SsmClient with SsmAsyncClient #1

Open
mgeissen opened this issue Mar 7, 2023 · 0 comments
Open

Replace SsmClient with SsmAsyncClient #1

mgeissen opened this issue Mar 7, 2023 · 0 comments
Labels
aws-paramstore Issues related to the aws-parmstore module bug Something isn't working

Comments

@mgeissen
Copy link
Member

mgeissen commented Mar 7, 2023

The aws-paramstore module is using the AWS SsmClient for resolving the properties from the AWS ParameterStore. We should replace it with the SsmAsyncClient to have no blocking code in the library.

This client is only used during startup of the spring service. Therefore, it should lead to any issues during the run of the service.

@mgeissen mgeissen added bug Something isn't working aws-paramstore Issues related to the aws-parmstore module labels Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aws-paramstore Issues related to the aws-parmstore module bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant