
Ultimate access to all questions.
A company utilizes AWS Lambda functions that are triggered by various AWS services, including Amazon Kinesis Data Firehose, Amazon API Gateway, Amazon Simple Storage Service, and Amazon CloudWatch Events. These Lambda functions are responsible for handling substantial workloads, like big data analysis, processing large files, and executing statistical computations.
How can you enhance the performance of these AWS Lambda functions without modifying the underlying code?
A
Increase the RAM assigned to your Lambda function
B
Change the instance type for your Lambda function
C
Increase the Lambda function timeout
D
Change your Lambda function runtime to use Golang