1

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?

CCCC
  • 5,665
  • 4
  • 41
  • 88

1 Answers1

0

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

Useful readings:

Go_dot
  • 31
  • 5