Hello folks i checkout the java-feature branch but...
# help
o
Hello folks i checkout the java-feature branch but lost is there actually live lambda deployment also with java supported or any examples/starters?
f
Hey @ooedemis, we put an halt on the java support b/c we couldn’t get the rebuild to happen fast enough for Live Lambda dev.
To add a bit of context, the PR runs
sbt assembly
to build a function, and building took 5-10 seconds.
Ideally, we want to find a faster way to build the functions. But I’m not too familliar with java and haven’t been making too much progress.
o
iam not an sbt expert but i see in base-java package you use scala and sbt as build tool, its i think slower than java and maven. why not using directly maven and java ?
in java ecosystem there is bunch of another efficient ways
j
Tbh, we aren't very familiar with the Java ecosystem. So exploring this further would help.