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

Please allow the upload of lamdba functions with java11 runtime

Open renevinaya opened this issue 3 years ago • 2 comments

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

renevinaya avatar Aug 09 '20 19:08 renevinaya

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.

awschristou avatar Aug 10 '20 15:08 awschristou

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

renevinaya avatar Aug 10 '20 18:08 renevinaya