Enable debug logs
Problem: Need detailed logging information for troubleshooting image processing issues.
Solution: Debug logs are not enabled by default. To enable debug logging:
-
Navigate to the AWS Lambda console
-
Find the image processing Lambda function created by the solution
-
Go to the Configuration tab
-
Select Environment variables
-
Add or modify the debug logging environment variables (exact variable names can be found in the CDK construct)
-
Save the changes
Debug logs will provide detailed information about image processing operations, transformation steps, and error details to help with troubleshooting.