Show cloudwatch logs of 2 different AWS projects in the same Pycharm project

Viewed 6

I'm working on a project that relies on AWS for a few things, cloudwatch logs included.
We have two environments: TEST and PROD.
We have created an AWS project for TEST and a different one for PROD.
Is there a way to show in Pycharm logs for both projects?

enter image description here

Right now we are using AWS explorer to display only the logs of the TEST environment.

0 Answers
Related