Hacker News new | ask | show | jobs
by throwaway3672 887 days ago
What are functions in this context? How, for example, are they different from other kinds of computation, like database aggregation quieries?
2 comments

They are arbitrary Python functions (or whatever other language you want to use). Serverless platforms let developers deploy simple functions without having to provision a VPS and all the stuff that comes with it (operating system, networking, etc). You get charged by the millisecond as the function runs.