Solved

A Developer Has Implemented a Lambda Function That Needs to Add

Question 159

Multiple Choice

A Developer has implemented a Lambda function that needs to add new customers to an RDS database that is expected to run hundreds of times per hour. The Lambda function is configured to use 512MB of RAM and is based on the following pseudo code: A Developer has implemented a Lambda function that needs to add new customers to an RDS database that is expected to run hundreds of times per hour. The Lambda function is configured to use 512MB of RAM and is based on the following pseudo code:   After testing the Lambda function, the Developer notices that the Lambda execution time is much longer than expected. What should the Developer do to improve performance? A)  Increase the amount of RAM allocated to the Lambda function, which will increase the number of threads the Lambda can use. B)  Increase the size of the RDS database to allow for an increased number of database connections each hour. C)  Move the database connection and close statement out of the handler. Place the connection in the global space. D)  Replace RDS wit Amazon DynamoDB to implement control over the number of writes per second. After testing the Lambda function, the Developer notices that the Lambda execution time is much longer than expected. What should the Developer do to improve performance?


A) Increase the amount of RAM allocated to the Lambda function, which will increase the number of threads the Lambda can use.
B) Increase the size of the RDS database to allow for an increased number of database connections each hour.
C) Move the database connection and close statement out of the handler. Place the connection in the global space.
D) Replace RDS wit Amazon DynamoDB to implement control over the number of writes per second.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions

Unlock this Answer For Free Now!

View this answer and more for free by performing one of the following actions

qr-code

Scan the QR code to install the App and get 2 free unlocks

upload documents

Unlock quizzes for free by uploading documents