mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
feat(DynamoDB): add DynamoDB service and checks (#1468)
Co-authored-by: sergargar <sergio@verica.io> Co-authored-by: Pepe Fagoaga <pepe@verica.io>
This commit is contained in:
@@ -305,6 +305,10 @@ def generate_regional_clients(service: str, audit_info: AWS_Audit_Info) -> dict:
|
||||
json_regions = data["services"]["cloudwatch"]["regions"][
|
||||
audit_info.audited_partition
|
||||
]
|
||||
elif service == "dax":
|
||||
json_regions = data["services"]["dynamodb"]["regions"][
|
||||
audit_info.audited_partition
|
||||
]
|
||||
else:
|
||||
json_regions = data["services"][service]["regions"][
|
||||
audit_info.audited_partition
|
||||
|
||||
Reference in New Issue
Block a user