You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
timrog
added a commit
to timrog/serverless-plugin-aws-resource-names
that referenced
this issue
Dec 16, 2020
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
andanotherlambdafunction
, you can end up with resource conflicts because the LogGroupName forlambdafunction
is used for both functions.The text was updated successfully, but these errors were encountered: