-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Description
LocalStackContainer uses the AWS SDK for Java v1.
The AWS SDK for Java v2 API has renamed everything. In particular, all of the packages have changed, and so the AWSCredentialsProvider and AwsClientBuilder.EndpointConfiguration returned by LocalStackContainer are not usable as-is in the AWS SDK for Java v2. It is possible to adapt them with some work (and we can share our wrapper if you like, though it is written in Kotlin) however, it would be nice if clients using one version of the AWS SDK for Java did not need to depend on artifacts from the other version, even transitively.
I imagine you'll want to retain support for the v1 SDK at least until AWS deprecates it.
guizmaii, fgarcia-betclic, belmatter, musketyr, msponer and 3 more