1 Answer
- Newest
- Most votes
- Most comments
1
Hello,
Every lambda has a log group called /aws/lambda/[lambda name], were you will find the logs.
Hope it helps!
//Carl
answered 3 years ago
Relevant content
- asked a year ago
- asked 2 years ago
Hello,
Every lambda has a log group called /aws/lambda/[lambda name], were you will find the logs.
Hope it helps!
//Carl
Also ensure that the Lambda function Execution Role has access to log to CloudWatch! Specifically
"logs:CreateLogGroup", "logs:CreateLogStream", "logs:PutLogEvents"