Skip to content

Naming conflicts in LogGroupNames using similar function names #7

@timrog

Description

@timrog

The logic to get the LogGroupName is wrong. It searches for a function whose short name ends with the argument, not whose name equals the argument.

That means if you have two functions name lambdafunction and anotherlambdafunction, you can end up with resource conflicts because the LogGroupName for lambdafunction is used for both functions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions