mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 06:45:08 +00:00
5 lines
209 B
Python
5 lines
209 B
Python
from providers.aws.lib.audit_info.audit_info import current_audit_info
|
|
from providers.aws.services.apigatewayv2.apigatewayv2_service import ApiGatewayV2
|
|
|
|
apigatewayv2_client = ApiGatewayV2(current_audit_info)
|