Lambda
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".