plugins { id 'java' } repositories { mavenCentral() } dependencies { implementation 'com.amazonaws:aws-lambda-java-core:1.2.1' implementation 'com.amazonaws:aws-lambda-java-events:3.6.0' implementation 'com.amazonaws:aws-java-sdk-s3:1.11.51' implementation 'com.google.code.gson:gson:2.8.8' testImplementation 'junit:junit:4.13.1' }