New for AWS Lambda – Container Image Support
aws.amazon.com
New for AWS Lambda – Container Image Support
1–10 of 94 posts
Re: New for AWS Lambda – Container Image Support
#2Using an actual container orchestration platform when you need it, and a lambda to run the same container image one-off when you don't need orchestration, feels like a best of both worlds.
I like the idea of "serverless" being more "your packaged execution environment, running with no regard for the underlying host" than "your code, running with no regard for the underlying execution environment".
EDIT: Disregard.... see the AWS team's responses in this topic for the full story, its not quite as convenient as anything packaged via standard container being able to run on Lambda
Re: New for AWS Lambda – Container Image Support
#3Re: New for AWS Lambda – Container Image Support
#4Re: New for AWS Lambda – Container Image Support
#5This is pretty cool, to me it looks like it's moving towards Google Cloud Run's feature set.
Personal opinion - I prefer Lambda over KNative. KNative feels like more of a shoehorn into Kubernetes than most other projects. Lambda feels more mature.
Still glad to see this move, regardless.
Re: New for AWS Lambda – Container Image Support
#6Re: New for AWS Lambda – Container Image Support
#7This is pretty cool, to me it looks like it's moving towards Google Cloud Run's feature set.
One small note - Cloud Run is KNative as a service. Lambda is divorced from Kubernetes. Personal opinion - I prefer Lambda over KNative. KNative feels like more of a shoehorn into Kubernetes than most other projects. Lambda feels more mature. Still glad to see this move, regardless.
Re: New for AWS Lambda – Container Image Support
#8This is pretty cool, to me it looks like it's moving towards Google Cloud Run's feature set.
One small note - Cloud Run is KNative as a service. Lambda is divorced from Kubernetes. Personal opinion - I prefer Lambda over KNative. KNative feels like more of a shoehorn into Kubernetes than most other projects. Lambda feels more mature. Still glad to see this move, regardless.
AWS could plausibly do exactly the same thing: provide a skin over Lambda that speaks Knative.
I think Amazon's and Microsoft's reluctance to wade into Knative has been wariness about Google's intentions. And maybe 6 months ago I would have said "fair enough, I would be cautious too". But the recent update to Knative's governance model largely resolves the problem, in my view. I would very much like to see AWS and MS involvement.
[0] "Knative" is the correct spelling, FWIW.
Disclosure: I work for VMware, which participates in Knative development.
I also, like, wrote a book about it.
Re: New for AWS Lambda – Container Image Support
#9This feels like a pretty monumental change - my team(s) have historically avoided Lambda specifically because the local dev flow is such a pain and/or open to interpretation, but local dev tooling for building and working with containers is great. At the same time, creating task definitions for one-off tasks in ECS or similar is also kind of a weird workflow if the task is shortlived or event-driven. Using an actual…
Re: New for AWS Lambda – Container Image Support
#10This is pretty cool, to me it looks like it's moving towards Google Cloud Run's feature set.