Skip to content

Replace SsmClient with SsmAsyncClient #1

@mgeissen

Description

@mgeissen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    aws-paramstoreIssues related to the aws-parmstore modulebugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions