Serverless Architectures

Microservices

  • Each microservice is a self contained unit of functionality on independent resources

  • Microservices communicate with each other using APIs

  • Decouple microservices using queues

Components

  • Lambda Functions (serverless)

  • Messaging Services (SQS, MQ)

  • Containers (ECS, EKS)

  • Load Balancing and Autoscaling

Architecture

Last updated

Was this helpful?