Q237.A company would like to implement a serverless application by using Amazon API Gateway AWS Lambda and Amazon DynamoDB They deployed a proof of concept and stated that the average response time is greater than what
Their upstream services can accept Amazon CloudWatch metrics did not indicate any issues with DynamoDB but showed that some Lambda functions were hitting their timeout.Which of the following actions should the solutions architect consider to improve performance? (Select TWO.)
A.Configure the AWS Lambda function to reuse containers to avoid unnecessary startup time. B.Increase the amount of memory and adjust the timeout on the Lambda function. Complete performance testing to identify the ideal memory and timeout configuration the Lambda function. C.Increase the amount of CPU and adjust the timeout on the Lambda function Complete performance testing to identity the ideal CPU and timeout configuration for the Lambda function. D.Create an Amazon ElastiCache cluster running Memcached and configure the Lambda function tor VPC integration with access to the Amazon ElastiCache cluster. E.Enable API cache on the appropriate stage in Amazon API Gateway and override the TTL for individual methods that require a lower TTL than the entire stage.正确答案BE