You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, I have been unable to find a way to include the user's identity (e.g., Cognito user ID) in the logs generated by API Gateways or Lambda Proxy when tracking user activity in the interface. I have tried utilizing variables such as "caller":"$context.identity.caller" or "user":"$context.identity.user" in the API Gateways logging configuration, but unfortunately, they do not seem to provide any info or only provide information about the executed lambda function, not showing the desired user identity data.
This feature request is to implement a solution to include the user's identity (e.g., user Cognito ID or related attributes like username) in the logs generated by API Gateways and Lambda Proxy. This enhancement is crucial for our ability to track user activities accurately and assist with security audits effectively.
The text was updated successfully, but these errors were encountered:
Hi Ivosth, thank you for your feature request!
I'm going to add this to our backlog and track you request.
Unfortunately I am not able to provide an ETA for this, but a member of the team will update this issue when the feature makes it in a future release.
Thank you!
as of PCUI 2024.11.0, we do not have access logging.
The feature is in our backlog, but low priority.
Is this feature still required for your use case?
Currently, I have been unable to find a way to include the user's identity (e.g., Cognito user ID) in the logs generated by API Gateways or Lambda Proxy when tracking user activity in the interface. I have tried utilizing variables such as "caller":"$context.identity.caller" or "user":"$context.identity.user" in the API Gateways logging configuration, but unfortunately, they do not seem to provide any info or only provide information about the executed lambda function, not showing the desired user identity data.
This feature request is to implement a solution to include the user's identity (e.g., user Cognito ID or related attributes like username) in the logs generated by API Gateways and Lambda Proxy. This enhancement is crucial for our ability to track user activities accurately and assist with security audits effectively.
The text was updated successfully, but these errors were encountered: