Yehor Malets
Results
2
comments of
Yehor Malets
Found a solution without direct usage of SDK V1, but with this dependencies: ```` implementation 'com.amazonaws:aws-lambda-java-serialization:1.0.0' implementation 'com.amazonaws:aws-lambda-java-events:3.11.0' ```` In my case `S3EventNotification.fromJson(String.class)` was replaced with `LambdaEventSerializers.serializerFor(Clazz, Thread.currentThread().getContextClassLoader()).fromJson(Sting.class)` (where Clazz...
Got it, will move this to the website.