tableau / altimeter

Graph AWS resources in Neptune
MIT License
78 stars 24 forks source link

TagsField only supports tag lists #131

Open lllama opened 2 years ago

lllama commented 2 years ago

API Gateway V2 APIs have their tags defined as a simple dictionary, rather than the traditional Key/Value pairing. TagsField will throw a TypeError as a result.

An example response can be seen here: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/apigatewayv2.html#ApiGatewayV2.Client.get_apis

jbmchuck commented 2 years ago

See https://github.com/tableau/altimeter/issues/130#issuecomment-886870662