Skip to content
This repository has been archived by the owner on Mar 2, 2023. It is now read-only.

Serverless or Containers?

Arun Gupta edited this page Mar 26, 2018 · 2 revisions

Serverless

  • Always managed (less operational overhead)
  • Mostly focused on the app
  • Short-lived/Event-driven architecture
  • 300 ms execution time
  • 50 MB deployment package
  • Language choices
  • Visual orchestration using AWS Step

Containers

  • Managed or Unmanaged
  • Long-lived
  • Multiple choices: ECS, Fargate, Kubernetes, …
  • Unlimited languages
  • No resource restrictions*
  • Community-driven innovation
Clone this wiki locally