List of questions
Related questions
Question 265 - DVA-C02 discussion
A developer is building an application that includes an AWS Lambda function that is written in .NET Core. The Lambda function's code needs to interact with Amazon DynamoDB tables and Amazon S3 buckets. The developer must minimize the Lambda function's deployment time and invocation duration.
Which solution will meet these requirements?
A.
Increase the Lambda function's memory.
B.
Include the entire AWS SDK for .NET in the Lambda function's deployment package.
C.
Include only the AWS SDK for .NET modules for DynamoDB and Amazon S3 in the Lambda function's deployment package.
D.
Configure the Lambda function to download the AWS SDK for .NET from an S3 bucket at runtime.
Your answer:
0 comments
Sorted by
Leave a comment first