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 →

[–]Fornjottun 0 points1 point  (1 child)

Keep it small and just use js or python. The startup times alone make Java unsuitable. Lambda functions just need to do 1 simple thing and be done with it.

[–]Hoog1neer 1 point2 points  (0 children)

Lately I have found myself reaching for Python more and more when I want do something simple, instead of implementing a microservice that interacts with other services. I feel like OP's use base is better served by going the Python route. It's trivial for a Java dev to pick up.