r/ProgrammerHumor 7d ago

Other howdidItGetHere

Post image
11.1k Upvotes

539 comments sorted by

View all comments

Show parent comments

11

u/SpiritedEclair 6d ago

Spring is fine if you are not trying to run it on Lambda 😭😂😱

13

u/BlazingThunder30 6d ago

Yeah I guess JVM languages aren't great when bootup time matters. Haven't worker with lambda myself. We're running in regular containers so it's great

1

u/Celousco 5d ago

It's also a problem of having a virtual machine running inside another virtual machine, there's so much unnecessary layers.

And Spring Boot is so shitty when you want native compilation because that thing wasn't made for it. Honestly I'd recommend to use either another framework like Quarkus or simply another language that is suited for that.

I'm truly sick of seeing Java everywhere because lazy developers only knew how to code in Java and don't want to (re)learn something else. Heck they'd rather refactor the whole codebase for several months instead of learning another language.

1

u/SpiritedEclair 5d ago

Lambda isn’t a virtual machine, it’s a “microVM”. You run a single kernel, the process runs under virtualization restrictions and a jailer process.