mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +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