Hacker News new | ask | show | jobs
by f6v 1970 days ago
This is getting out of hand. Are there "monolithic" and "micro" functions now?
2 comments

That made me chuckle. But to be fair, in this case "monolithic" function is just a way to describe this pattern of moving your entire app (express in this case), inside a Lambda function. When Lambda started to become popular, this was the most common way to migrate to it. Just move your monolithic app to a function, hence "monolithic" functions.
Exactly, this is as opposed to processing the narrowly defined event with a minimally purposed function with least privilege.
"microlithic" a micro service which bundles multiple responsibilites.
That's brilliant!