Closed sakichan closed 5 years ago
Any progress on this PR? I seem to be having the same issue that this PR is supposed to fix (custom roles, same stack, for each lambda function)
could u add support for serverless-iam-roles-per-function?
Sorry, it works perfect with serverless-iam-roles-per-function. Why it's not merged yet?
tests added here https://github.com/HyperBrain/serverless-aws-alias/pull/157
Any update on this? Did the merge fail just because the code coverage percentage was slightly decreased?
@dwkerwin serverless-iam-roles-per-function
works perfect in latest release 2.0.1
I had a trouble with per-function custom Role, and needed to fix it.
I llooked around issues and pull requests, and found #87 and #88. My custom role is in the same stack, so @bencodner 's solution does not apply. So, I wrote another patch. It will cover cross-stack cases.