Netflix/SimianArmy

Upgrade AWS SDK to latest version

arpansolanki opened this issue · 1 comments

Is it possible to update the AWS SDK to latest version? I tried to upgrade the aws-java-sdk from 1.11.28 to 1.11.106 but got a lot of client deprecation warnings

Here are few examples

C:\Users\user\Documents\simian-army\src\main\java\com\netflix\simianarmy\basic\BasicChaosMonkeyContext.java:64: warning: [deprecation] AmazonSimpleEmailS
erviceClient(ClientConfiguration) in AmazonSimpleEmailServiceClient has been deprecated

C:\Users\user\Documents\simian-army\src\main\java\com\netflix\simianarmy\client\aws\AWSClient.java:798: warning: [deprecation] setEndpoint(String) in AmazonS3Client has been deprecated
client.setEndpoint("s3-" + region + ".amazonaws.com");

Thanks.