-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Runtime is not filtered based on what the IDE supports/create function shows up even when there are no runtimes we can build for #1980
Comments
@Kavin-Kannan We currently do not support Ruby (issue here: #682). Can you take a screenshot of the java one? |
@hunterwerlla Please see screenshot attached for Java runtimes as well. Just to let you know, this is the issue for ANY runtime, not just for Ruby and Java. |
@Kavin-Kannan Ah I missed that you are using Rubymine. This menu should not be available in Rubymine if you don't have any additional languages installed. We currently require building the lambda to deploy it. |
@hunterwerlla I have python 2.7 installed, but I still see the same error. |
It is based on the languages installed into the IDE. I do not think Python plugin can be installed to RubyMine, but JavaScript can. Ideally yes, we need to filter than runtime selector combo box |
I'm going to reopen this as an issue to track the UI issue. |
Installed Nodejs, (both in the IDE and in the system) |
@Kavin-Kannan The handler format can be confusing, in that case it would be |
Describe the bug
When creating a Lambda function, and when I choose any of the runtime languages (Ruby 2.5, Java, Go, NodeJs,) for the Runtime option, I am seeing, "Deploying using the runtime<language_name> is not supported"
To reproduce
Expected behavior
I should be able to create the function without any issue.
Screenshots
![Screen Shot 2020-08-11 at 12 36 38 PM](https://user-images.githubusercontent.com/67066272/89924575-38bfdd00-dbd0-11ea-8a90-cc636bd92f2a.png)
Your Environment
Additional context
The text was updated successfully, but these errors were encountered: