When architecting for high concurrency, it's crucial to design for __________ to ensure efficient resource utilization.

  • Microservices architecture
  • Monolithic architecture
  • Stateful functions
  • Stateless functions
Designing functions to be stateless allows them to scale horizontally and efficiently handle high concurrency in AWS Lambda, ensuring optimal resource utilization.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *