-
If AWS Lambda replaced the requirement for deployed containers to "implement the Lambda Runtime API" by "just listen for events sent via HTTP on a port", it would unlock portability of Lambda functions anywhere containers can run (Cloud Run, Knative, Kubernetes...)
-
…in reply to @steren
Bonus points if these events follow the CloudEventsIO spec.