feat(appstream): Service and Checks (#1452)

This commit is contained in:
Pepe Fagoaga
2022-11-07 16:16:58 +01:00
committed by GitHub
parent 4762e1cc4c
commit f5873fe0d7
22 changed files with 1123 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
from providers.aws.lib.audit_info.audit_info import current_audit_info
from providers.aws.services.appstream.appstream_service import AppStream
appstream_client = AppStream(current_audit_info)