cloudtools / troposphere

troposphere - Python library to create AWS CloudFormation descriptions
BSD 2-Clause "Simplified" License
4.93k stars 1.45k forks source link

Switched ApiGatewayV2 Stage resource props to show tag as a dict inst… #2100

Closed lnreeder closed 1 year ago

lnreeder commented 1 year ago

…ead of validator, and also updated LogLevels to match CloudFormation/Boto3 definition of LogLevels. Note the 'Tags' fix to the Stage resource just echos what VpcLink currently does for Tags.

markpeek commented 1 year ago

Thanks! I needed to manually merge 23de19a5402afb3ebf64bd7d667a05d9c3974cd2 to fix it up a bit.