- Documentation
- Learning Hub
- Section 3 of 4 Cloud logs
AWS logs: Lambda
Slide 4 of 10
How it works
Complexity: Simple | Infrastructure: Serverless | Latency: Event-driven
You deploy a Lambda function that triggers on events. When the logs are available, Lambda parses each format, adds labels, and forwards them to Grafana Cloud Logs.
Specific log types collected with Lambda
Considerations
- Event-driven and automatic
- Serverless, with no infrastructure to manage
- Custom transformation of log data
- Parsing configuration required for each log format
- Cost that scales with log volume
Documentation
View the AWS Lambda logs documentation.