How does AWS Lambda handle scaling automatically?

  • By adjusting the number of function instances based on incoming requests
  • By increasing the memory allocation of functions
  • By limiting the number of requests per function
  • By manually configuring scaling policies
AWS Lambda automatically scales by adjusting the number of function instances to match the incoming request volume, ensuring that there are enough resources to handle the workload.
Add your answer
Loading...

Leave a comment

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