Open mchv opened 8 years ago
Either:
Using directly scala will be tempting but I think there is a latency cost for invoking lambda when the jvm has to start. It may not be immediate when testing with a single user but if usage growth the time to scale on AWS side may not be immediate
scala
jvm
AWS
Yeah I was discussing this with Chris yesterday, think I might give ScalaJS a go.
Either:
Using directly
scala
will be tempting but I think there is a latency cost for invoking lambda when thejvm
has to start. It may not be immediate when testing with a single user but if usage growth the time to scale onAWS
side may not be immediate