cloudtools / troposphere

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

Add support for FunctionUrlConfig in Serverless Function #2071

Closed quirozs closed 1 year ago

quirozs commented 2 years ago

The serverless (SAM) definition of Function is missing the FunctionUrlConfig argument, see here: https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-resource-function.html#sam-function-functionurlconfig

markpeek commented 2 years ago

@quirozs does this PR #2072 work for you?

quirozs commented 2 years ago

Yes, that's working perfectly. Thank you!

markpeek commented 1 year ago

Merged. Thanks for the issue.