I think it is a pretty strong reference that many programmers understand, and speaks volumes about the execution-model-as-value-proposition: "Just give us a piece of code, we'll do the rest". I'd say it's up there with Glacier and CloudFormation as an evocative product name.
There is a category violation in the name since, arguably, AWS Lambda functions are not true anonymous functions, having ARNs to identify them. If only I could save environment state along with the code function (e.g. for injection of runtime secrets); it'd be AWS Closure.
There is a category violation in the name since, arguably, AWS Lambda functions are not true anonymous functions, having ARNs to identify them. If only I could save environment state along with the code function (e.g. for injection of runtime secrets); it'd be AWS Closure.