'Amplify - handle console.log in frontend

I am using Amplify to host for frontend app(React).
I have some console.log in the application, which is logged in browser inspector.

Are there any amplify functions/aws services which are able to log it somewhere,
instead of logging it in browser inspecter?



Solution 1:[1]

You can use Amazon's Cloudwatch service to monitor your React application.

Useful readings:

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Go_dot