Skip to content

Microservices

What are microservices?

Generic Microservice application example

Checkout below talk

  • Microservices includes serverless applications, where your application’s software is constructed of multiple and loosely coupled services
  • Microservices architectures reduce the complexity of the individual component but introduce a different type of complexity at scale related to the number of these independent components.

Key considerations

Here are the key factors that you should consider while building the serverless applications:

  • Service integrations: Check for compatability
  • Timeouts: Timeout of individual services
  • Retry behaviors
  • Throughput
  • Payload size: Payload size of SQS can be 256KB and Gateway can be 2GB

Was this page helpful?
-->