aws-toolkit-eclipse icon indicating copy to clipboard operation
aws-toolkit-eclipse copied to clipboard

uploading java lamda function

Open Siri-1997 opened this issue 4 years ago • 1 comments

Unable to export project [StatusReportLamda] to jar file JAR creation failed. See details for additional information.

Siri-1997 avatar Nov 13 '19 10:11 Siri-1997

Probably you are using a newer version than Java 8 and that's the problem. You need to use Java 8 for your projects containing Lambda handlers.

I got the same JAR export errors when I was trying with Java 11 and couldn't make it work. AWS Lambda introduced Java 11 support recently, and I assume the AWS Eclipse Toolkit doesn't support it yet.

erakadjiev avatar Nov 30 '19 15:11 erakadjiev