mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
feat(apigateway): Service and checks for APIGW v1 and v2 (#1415)
This commit is contained in:
4
providers/aws/services/apigateway/apigateway_client.py
Normal file
4
providers/aws/services/apigateway/apigateway_client.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from providers.aws.lib.audit_info.audit_info import current_audit_info
|
||||
from providers.aws.services.apigateway.apigateway_service import APIGateway
|
||||
|
||||
apigateway_client = APIGateway(current_audit_info)
|
||||
Reference in New Issue
Block a user