feat(Glue): add Glue tests and checks (#1495)

Co-authored-by: sergargar <sergio@verica.io>
Co-authored-by: Pepe Fagoaga <pepe@verica.io>
This commit is contained in:
Sergio Garcia
2022-11-17 21:06:15 +01:00
committed by GitHub
parent 967990b76d
commit bfc8c90abb
52 changed files with 2248 additions and 540 deletions

View File

@@ -0,0 +1,4 @@
from providers.aws.lib.audit_info.audit_info import current_audit_info
from providers.aws.services.glue.glue_service import Glue
glue_client = Glue(current_audit_info)