Topic 1 Question 492
A development team has an Amazon API Gateway REST API that is backed by an AWS Lambda function.
Users have reported performance issues for the Lambda function. The development team identified the source of the issues as a cold start of the Lambda function. The development team needs to reduce the time needed for the Lambda function to initialize.
Which solution will meet this requirement?
Change the Lambda concurrency to reserved concurrency.
Increase the timeout of the Lambda function.
Increase the memory allocation of the Lambda function.
Configure provisioned concurrency for the Lambda function.
ユーザの投票
コメント(1)
- 正解だと思う選択肢: D
Configurar provisioned concurrency mantiene contenedores de Lambda "calentitos" y listos para responder,
👍 1italiancloud20252025/02/17
シャッフルモード