Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why do I get 'The code editor does not support the Java runtime' for my AWS Lambda function?

When I am trying to select Java 8 as the runtime for my AWS Lambda function, it shows:

The code editor does not support the Java 8 runtime.

like image 735
shakti prasad Mahalik Avatar asked Sep 04 '26 21:09

shakti prasad Mahalik


1 Answers

As per the docs, the inline editor is not supported for the Java runtime on AWS Lambda.

Since Java is a compiled language, you can't view or edit the source code in the Lambda console, but you can modify its configuration, invoke it, and configure triggers.

like image 118
samtoddler Avatar answered Sep 06 '26 09:09

samtoddler



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!