DEV Community

Discussion on: Which programming language in AWS Lambda should I use?

Collapse
 
aaronbrighton profile image
Aaron Brighton • Edited

Agree 100%... in practice the cold-start problem is unlikely to be a real problem. As you should be focusing on edge cacheing data that doesn't change where possible, and if your application has modest use then your baseline # of functions should stay warm.

There are already so many "excuses" people make up for why they can't/won't adopt serverless, let's not make the language one of them.

Great read :)

Collapse
 
emil profile image
Emil

Yes I don't think cold start is a real problem. People should always choose their language where they can solve their problems best or feel most comfortable with