Solved

How Can a Developer Use a Debugger for AWS Lambda

Question 200

Multiple Choice

How can a developer use a debugger for AWS Lambda code that is deployed with AWS Serverless Application Model (AWS SAM) ?


A) Download the Lambda code locally and use the AWS CLI to execute it
B) Use the Lambda console to connect the debugger
C) Use AWS SAM to invoke a function locally in debug mode
D) Connect a third-party-compatible integrated development environment (IDE) to the Lambda debugger endpoint

Correct Answer:

verifed

Verified

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

Related Questions