I take a log using Python's print statement in lambda and save it in the cloud-watch log group.
The log group is being collected in Splunk's splunk add-on for aws app.
However, some logs are collected, but some are not.
collected,
1. INIT_START Runtime Version: ~
2. START RequestId: ~
3. END RequestId: ~
4. REPORT RequestId: ~
not collected,
1. Log I took with print statement
Have you been through the same situation as me or have a solution to a similar situation?