cloudtools / troposphere

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

ApiGatewayV2 Stage resource Tags should be a dict, and incorrect RouteSettings LoggingLevel in validator #2099

Closed lnreeder closed 1 year ago

lnreeder commented 1 year ago

Per latest Boto3 docs, the Stage Tags should be a dict (same as Troposphere currently has for the VpcLink resource). Also, valid LoggingLevels per Cloudformation and Botot 3 should be "INFO, ERROR, or OFF" not "WARN", "INFO", "DEBUG" that the Troposphere LoggingLevel validator currently has.

lnreeder commented 1 year ago

Created PR 2100 to fix these two issues

markpeek commented 1 year ago

Fixed via #2100