this post was submitted on 25 Sep 2025
1 points (100.0% liked)

Python

7877 readers
2 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

πŸ“… Events

PastNovember 2023

October 2023

July 2023

August 2023

September 2023

🐍 Python project:
πŸ’“ Python Community:
✨ Python Ecosystem:
🌌 Fediverse
Communities
Projects
Feeds

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Doccool@lemmy.world 0 points 7 months ago (1 children)

ELI5 why is this better than something like ECS or a Lambda?

[–] fruitycoder@sh.itjust.works 0 points 7 months ago (1 children)

Faster starts, more flexible deployments (on prem, on client, in cloud (aws/azure/gcp/etc)).

[–] Doccool@lemmy.world 0 points 7 months ago

Okay, I guess I must be missing something cause somehow I'm not understanding how it works