Closed Quantisan closed 3 years ago
@daisybytes is right. we should not be creating a new client object on each use. the AWS client builder keeps a HTTP connection pool so we should encourage user of this library to share a single client. https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/creating-clients.html
@daisybytes is right. we should not be creating a new client object on each use. the AWS client builder keeps a HTTP connection pool so we should encourage user of this library to share a single client. https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/creating-clients.html