AWS Lambda automatically records function __________ to help identify and troubleshoot issues.
- Events
- Logs
- Metrics
- Snapshots
AWS Lambda automatically records logs to help identify and troubleshoot issues, which can be accessed through Amazon CloudWatch.
Loading...
Related Quiz
- What are CloudWatch Log Groups and Log Streams?
- What are some common use cases for Lambda@Edge?
- Implementing __________ in AWS Lambda can significantly improve performance and reduce costs.
- How do you handle errors and retries when using custom event sources with AWS Lambda?
- AWS Lambda functions can be written in multiple __________ such as Python, Node.js, and Java.