- Enable CloudWatch Transaction Search. For testing purposes, set sampling to 100%.
- View all process spans by querying
name ^ process
fields @timestamp, resource.attributes.service.name, severityText, body
| filter resource.attributes.faas.name = "GetLinksFunction-dev"
| sort @timestamp desc
| limit 10000