0 votes
in AWS by

You are developing a function that will be hosted in AWS Lambda. The function will be developed in .Net. Several external libraries are needed for the code to run. Which of the following is the best practice when it comes to working with external dependencies for AWS Lambda?

1 Answer

0 votes
by

B. Selectively only include the libraries that are required. This option suggests that only the necessary libraries should be included in the deployment package. This is a best practice because it reduces the size of the deployment package and minimizes the deployment time.

Related questions

0 votes
asked Apr 27 in AWS by DavidAnderson
0 votes
asked Apr 29 in AWS by DavidAnderson
...