mirror of
https://github.com/prowler-cloud/prowler.git
synced 2025-12-19 05:17:47 +00:00
Co-authored-by: sergargar <sergio@verica.io> Co-authored-by: Nacho Rivera <59198746+n4ch04@users.noreply.github.com> Co-authored-by: Pepe Fagoaga <pepe@verica.io>
5 lines
199 B
Python
5 lines
199 B
Python
from providers.aws.lib.audit_info.audit_info import current_audit_info
|
|
from providers.aws.services.cloudwatch.cloudwatch_service import CloudWatch
|
|
|
|
cloudwatch_client = CloudWatch(current_audit_info)
|