theonestack / cfhighlander

Cloudformation DSL and component library
MIT License
25 stars 23 forks source link

Added ability to change loggroup / function (resource) name for Lambdas #179

Open kyletbase2 opened 3 years ago

aaronwalker commented 2 years ago

@Guslington whats the current state of the PR. I'd like to see it merged as it solves a problem deploying a custom log group for the same stack deployed multiple times in the same account

Guslington commented 2 years ago

@aaronwalker I don't think the PR quite solves the issue and needs some work as there are 3 different ways to name a lambda which creates situations where using a combinations of these can cause the log group to have a different name to the lambda function.