IT lexicon Programming Lambda

Lambda

Programming På svenska → Updated: 2026-05-24

Anonymous, short-lived function: x => x * 2. Also the name of AWS's serverless service.

In languages: small one-off functions you pass to other functions (arr.filter(x => x > 0)). In AWS: run code on demand without managing servers — "function as a service".

← Back to the lexicon