plugins { id 'java' } repositories { mavenCentral() } dependencies { implementation 'com.amazonaws:aws-lambda-java-core:1.2.2' implementation 'com.amazonaws:aws-lambda-java-events:3.11.0' testImplementation 'junit:junit:4.13.2' } sourceCompatibility = 17 targetCompatibility = 17