aws / aws-toolkit-eclipse

(End of life: May 31, 2023) AWS Toolkit for Eclipse
http://aws.amazon.com/eclipse
Apache License 2.0
275 stars 177 forks source link

Please allow the upload of lamdba functions with java11 runtime #208

Open renevinaya opened 4 years ago

renevinaya commented 4 years ago

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

awschristou commented 4 years ago

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.

renevinaya commented 4 years ago

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