I am using AWS API Gateway that triggers a Lambda function (integration request type is LAMBDA_PROXY).
I am trying to add logs for the gateway's activities via Cloud Watch.
After following this documentation, it is still not working.
The log role have the AmazonAPIGatewayPushToCloudWatchLogs permission and is set in the settings tab under CloudWatch log role ARN.
The stage have the following configurations under Logs/Tracing:
The logs group have the following configurations:
I am testing via postman and the Lambda is being triggered normally.


