serverless-iam-roles-per-function icon indicating copy to clipboard operation
serverless-iam-roles-per-function copied to clipboard

Add support for custom role names

Open miguel-a-calles-mba opened this issue 5 years ago • 4 comments

You can now specify custom role names.

custom:
  serverless-iam-roles-per-function:
    customRoleName: true # defaults to false
    roleNamePrefix: prefix # required if `customRoleName` is true
    roleNameSuffix: suffix # optional

miguel-a-calles-mba avatar Oct 22 '19 05:10 miguel-a-calles-mba

Pull Request Test Coverage Report for Build 134

  • 11 of 12 (91.67%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.9%) to 92.07%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/lib/index.ts 11 12 91.67%
<!-- Total: 11 12
Totals Coverage Status
Change from base Build 128: -0.9%
Covered Lines: 375
Relevant Lines: 399

💛 - Coveralls

coveralls avatar Oct 22 '19 05:10 coveralls

when this will be merged? I want to be able to set the naming convention, so I don't need to make every function role name shorter

nadobando avatar Jun 23 '20 08:06 nadobando

Any update here?

s1mrankaur avatar Jan 17 '22 20:01 s1mrankaur

@s1mrankaur, I stopped using this plugin and stopped worked on this PR. Are you up for working on it?

miguel-a-calles-mba avatar Jan 25 '22 00:01 miguel-a-calles-mba