Noel John K

Results 1 comments of Noel John K

As a temp solution, use both s3 aws-java-sdk v1 & v2. v1 for parsing the s3Event & v2 for everything else. ``` import com.amazonaws.services.s3.event.S3EventNotification; S3EventNotification s3Event = S3EventNotification.parseJson(sns.getMessage()); ``` Here...