mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 13:01:56 +00:00
fix(apigw): KeyError name (#2858)
This commit is contained in:
@@ -33,7 +33,7 @@ class APIGateway(AWSService):
|
||||
id=apigw["id"],
|
||||
arn=arn,
|
||||
region=regional_client.region,
|
||||
name=apigw["name"],
|
||||
name=apigw.get("name", ""),
|
||||
tags=[apigw.get("tags")],
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user