Glossary
The service that runs individual functions without your own servers, triggered by events or calls.
Billing is per invocation and per runtime times allocated memory. More memory also means more CPU, which is why a function with double the memory sometimes costs less, because it finishes sooner.
Typical uses are event processing, scheduled jobs and interfaces with strongly varying load.