We are using AWS cognito for our mobile app and log all the communication between the the app and the server to cloudwatch (loglevel: INFO)
I have an endpoint which takes user's password (POST via ssl) to verify authenticity. This password gets logged to cloudwatch logs.
I want all other communications logged so I can't turn off Log full requests/responses data
.
Is there anyway to hide this specific data from cloudwatch logs?