Skip to content

Tag: amazon-web-services

How to specify JVM to gradle when using AWS lambda

I’m using AWS Lambda with Java and I’m running into this issue. Can someone help? “gradlew is using a JVM with major version 14 which is newer than 11 that is supported by AWS Lambda. The compiled function code may not run in AWS Lambda unless the project has been configured to be compatible…