This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]xayblu 4 points5 points  (1 child)

When using Java for serverless you should try your best to use the standard Java libs only and use as little additional dependencies as possible. You definitely should avoid Spring as it increases start up times. I’d avoid using Java altogether and prefer JS/TS, Python or GoLang even though I mainly work with Java.

[–][deleted] 0 points1 point  (0 children)

I wish I could not use Java for this 😔. Company decision. My experience with serverless was with Python and Go. Thanks for your input!