aws / aws-toolkit-eclipse

(End of life: May 31, 2023) AWS Toolkit for Eclipse

Home Page:http://aws.amazon.com/eclipse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please allow the upload of lamdba functions with java11 runtime

renevinaya opened this issue · comments

The wizard for uploading functions does currently not show functions with java11 runtime. Please enable java11, too.

This appears to be a duplicate of #171 , please add reactions and/or comments to that one, or re-open this issue if it is different.

Sry, I lacked some description. This how the missing feature shows at me:

  1. Create a lambda function in eclipse
  2. Change the runtime of this function to java11
  3. Upload a new function to lambda
  4. Go to lambda console
  5. Lambda function has been created as java8 function
    Expected: Create function as java11 function
  6. Change runtime of lambda function to java11
  7. Try to upload the lambda function again
  8. The function does not appear in upload wizard
    Expected: The function is selectable in upload wizard