aws / aws-toolkit-jetbrains

AWS Toolkit for JetBrains - a plugin for interacting with AWS from JetBrains IDEs
https://plugins.jetbrains.com/plugin/11349-aws-toolkit
Apache License 2.0
753 stars 217 forks source link

Port current Java Lambda handler identifier to UAST #201

Open kiiadi opened 6 years ago

kiiadi commented 6 years ago

We want to be able to support a range of JVM languages on Lambda. The current implementation of Java's LambdaHandlerResolver#determineHandler method uses the Java PSI structure to make the determination. If we port to UAST we should be able to get Kotlin and Scala support also.

See #141 #142

abrooksv commented 6 years ago

I dont think Scala is on UAST yet though :(