cvogt / cbt

CBT - fun, fast, intuitive, compositional, statically checked builds written in Scala
Other
488 stars 60 forks source link

deploying functions to AWS lambda #165

Open cvogt opened 8 years ago

cvogt commented 8 years ago

like https://github.com/gilt/sbt-aws-lambda https://github.com/cvogt/sbt-aws-lambda-example

maybe nice task for @mchav eventually

mchav commented 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.

cvogt commented 8 years ago

I don't completely understand. How does this differ from shipping a fatJar which lambda simply runs?

cvogt commented 8 years ago

https://github.com/cvogt/cbt/pull/204 https://github.com/mchav/cbt-aws-example