cloudtools / troposphere

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

Missing LoggingConfig for Serverless::Function #2252

Closed j4gates closed 2 weeks ago

j4gates commented 2 weeks ago

The Serverless Function in troposphere doesn't support setting a LoggingConfig

https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-resource-function.html

markpeek commented 2 weeks ago

Fixed via #2253. Thank you for the issue.