You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when troubleshooting document processing failures in the GenAI IDP Accelerator, it's very difficult to identify which CloudWatch logs correspond to a specific document. CloudWatch log groups are organized only by Lambda function names, requiring users to search through multiple log groups and use complex queries to find logs for a specific document.
Current Behavior
Log groups are named like: /aws/lambda/{StackName}-{FunctionName}-{RandomSuffix}
Document IDs only appear within log messages, not in log group/stream names
Users must manually search across multiple Lambda function logs