how to see who liked comment on AWS
You generally can’t see who liked a comment on AWS itself unless the specific AWS service or app you’re using exposes that info in its own UI or audit logs. AWS features like CodeCommit comment details show the comment content and metadata, but not a public “who liked this comment” viewer in the way some social apps do.
What to check
- Look for a reaction/like count next to the comment in the product UI.
- Open the comment’s details panel or activity/history view, if available.
- If this is inside a company app built on AWS, check whether the app stores reactions separately in its database or audit trail.
Likely reality
Most AWS-based systems treat likes/reactions as app-level data, so the answer depends on the product, not AWS globally. In many systems, the author can see that a comment was liked, but not always the full list of users unless the app explicitly supports it.
Best next step
Tell me which AWS product you mean, such as CodeCommit, WorkDocs, or a custom app on AWS, and I’ll give the exact place to look.