Convert VerificationSessions to sync DynamoDB client

This commit is contained in:
Chris Eager
2026-05-19 17:30:53 -05:00
committed by Jon Chambers
parent defbc1c853
commit 66b0ed16d1
10 changed files with 127 additions and 217 deletions
@@ -519,7 +519,7 @@ public class WhisperServerService extends Application<WhisperServerConfiguration
dynamoDbAsyncClient,
clock);
final VerificationSessions verificationSessions = new VerificationSessions(dynamoDbAsyncClient,
final VerificationSessions verificationSessions = new VerificationSessions(dynamoDbClient,
config.getDynamoDbTables().getVerificationSessions().getTableName(), clock);
final ClientResources sharedClientResources = ClientResources.builder()