localstack / localstack-java-utils

☕ Java utilities and JUnit integration for LocalStack
Apache License 2.0
75 stars 43 forks source link

Add AWS SDK v2 sync clients to TestUtils #93

Closed scubasau closed 2 years ago

scubasau commented 2 years ago

Adds sync versions of the AWS SDK v2 SyncClients available in TestUtils to address issue #51 Tests in BasicFeaturesSDKV2Test have been extended to test both the async and sync clients.