Both sides previous revisionPrevious revisionNext revision | Previous revision |
products:ict:cloud_computing:aws:lambda:course_1 [2023/06/08 01:12] – wikiadmin | products:ict:cloud_computing:aws:lambda:course_1 [2023/06/08 01:37] (current) – wikiadmin |
---|
| |
1. Lambda Function Creation: Evaluate the candidate's ability to create Lambda functions using the AWS Management Console, AWS CLI, or AWS SDKs. Check if they can configure the function's runtime, memory, timeouts, and environment variables. | 1. Lambda Function Creation: Evaluate the candidate's ability to create Lambda functions using the AWS Management Console, AWS CLI, or AWS SDKs. Check if they can configure the function's runtime, memory, timeouts, and environment variables. |
| |
| |
5. Logging and Monitoring: Assess the candidate's understanding of how to implement logging and monitoring for Lambda functions. Evaluate their knowledge of integrating with services like CloudWatch Logs, CloudWatch Metrics, or X-Ray for troubleshooting and performance analysis. | 5. Logging and Monitoring: Assess the candidate's understanding of how to implement logging and monitoring for Lambda functions. Evaluate their knowledge of integrating with services like CloudWatch Logs, CloudWatch Metrics, or X-Ray for troubleshooting and performance analysis. |
| |
| https://docs.aws.amazon.com/lambda/latest/dg/services-cloudwatchlogs.html |
| |
| https://docs.aws.amazon.com/lambda/latest/dg/monitoring-metrics.html |
| |
| https://docs.aws.amazon.com/lambda/latest/dg/services-cloudwatchlogs.html |
| |
| https://docs.aws.amazon.com/lambda/latest/operatorguide/important-metrics.html |
| |
| https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html |
| |
| [[https://www.youtube.com/watch?v=tl8OWHl6jxw| |
| Use AWS X-Ray Insights]] |
| |
| |
6. Error Handling and Retries: Determine the candidate's ability to handle errors and retries in Lambda functions. Check if they understand how to implement error handling mechanisms, such as implementing exponential backoff and integrating with services like SQS for dead-letter queues. | 6. Error Handling and Retries: Determine the candidate's ability to handle errors and retries in Lambda functions. Check if they understand how to implement error handling mechanisms, such as implementing exponential backoff and integrating with services like SQS for dead-letter queues. |