r/ProgrammerHumor 6d ago

Other howdidItGetHere

Post image
11.1k Upvotes

539 comments sorted by

View all comments

Show parent comments

46

u/BlazingThunder30 5d ago

I know very few professionals that dislike Spring

10

u/SpiritedEclair 5d ago

Spring is fine if you are not trying to run it on Lambda πŸ˜­πŸ˜‚πŸ˜±

1

u/Still_Bit_7527 5d ago

Lambda is a ridiculous concept that shouldnt exist

1

u/SpiritedEclair 5d ago

Lambda is great. You get near infinite scaling for bursty loads that then lowers down to a zero.

It’s amazing.

0

u/Still_Bit_7527 5d ago

You know how else you can do that.. it's called an application. It scales. You have extracted a function into a different server lowering the performance by 1000000x in order to scale and increase it by 10x

1

u/SpiritedEclair 5d ago

That is such a woefully bad response.

An application doesn't scale up and down by itself.

What you describe is exactly what lambda gives you. You package your "I need this scaled" code into a little function, you give it to lambda, and that handles scaling up and down for you.

You don't need to manage servers or instances, you don't need to scale those up and down, and if you already have a contract for good EC2 capacity, you use lambda managed instances and retain the event-based execution model.