Open cvogt opened 8 years ago
@cvogt I think the current implementation of Lambda compilation can be used to write lambda functions with some tweaks to the class methods. Would this just entail shipping a runner java class to lambda with some jars to run a locally compiled function? If that's the case I think it would be easy to know out in a day or two given then work on the plugin.
I don't completely understand. How does this differ from shipping a fatJar which lambda simply runs?
like https://github.com/gilt/sbt-aws-lambda https://github.com/cvogt/sbt-aws-lambda-example
maybe nice task for @mchav eventually