You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: