Multiple Choice
A Software Engineer developed an AWS Lambda function in Node.js to do some CPU-intensive data processing. With the default settings, the Lambda function takes about 5 minutes to complete. Which approach should a Developer take to increase the speed of completion?
A) Instead of using Node.js, rewrite the Lambda function using Python.
B) Instead of packaging the libraries in the ZIP file with the function, move them to a Lambda layer and use the layer with the function.
C) Allocate the maximum available CPU units to the function.
D) Increase the available memory to the function.
Correct Answer:

Verified
Correct Answer:
Verified
Q299: An application running on an Amazon Linux
Q300: A Developer wants access to make the
Q301: An application uses Amazon Kinesis Data Streams
Q302: A developer added a new feature to
Q303: An Amazon S3 bucket, "myawsbucket" is configured
Q305: A company is developing an application that
Q306: A Developer is building a mobile application
Q307: A Developer is working on an application
Q308: A company provides APIs as a service
Q309: A Developer is creating a Lambda function