mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
5 lines
164 B
Python
5 lines
164 B
Python
from providers.aws.lib.audit_info.audit_info import current_audit_info
|
|
from providers.aws.services.ssm.ssm_service import SSM
|
|
|
|
ssm_client = SSM(current_audit_info)
|