We use AWS cognito for our mobile application and register all communication between the application and the server in cloudwatch (loglevel: INFO)
I have an endpoint that takes a user password (POST via ssl) for authentication. This password is logged in cloudwatch logs.
I want all other messages to be logged, so I cannot turn off Log full requests/responses data . Is there anyway to hide this data from cloudwatch logs?
source share