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
Frank
06/11/2022, 5:28 AM
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.
Frank
06/11/2022, 5:29 AM
To add a bit of context, the PR runs
sbt assembly
to build a function, and building took 5-10 seconds.
Frank
06/11/2022, 5:32 AM
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
ooedemis
06/11/2022, 12:59 PM
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 ?
ooedemis
06/11/2022, 1:01 PM
in java ecosystem there is bunch of another efficient ways
j
Jay
06/16/2022, 10:00 PM
Tbh, we aren't very familiar with the Java ecosystem. So exploring this further would help.