serverless-custom-iam-roles-per-function
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Serverless Custom Iam Roles Names Per Function

A Serverless plugin to make sure function role names are always valid, ie:

  • Below the 64 characters long AWS limit
  • Always unique
  • Containing meaningful information

By using it, the following errors will never occur:

auto generated role name for function: ${functionName} is too long (over 64 chars).
Try setting a custom role name using the property: iamRoleStatementsName.

Usage

Install with

yarn add --dev serverless-custom-iam-roles-per-function

Add serverless-custom-iam-roles-per-function to your serverless plugins.

⚠️ Dependency

This plugin depends on serverless-iam-roles-per-function

Dependents (0)

Package Sidebar

Install

npm i serverless-custom-iam-roles-per-function

Weekly Downloads

240

Version

1.0.1

License

MIT

Unpacked Size

74.4 kB

Total Files

47

Last publish

Collaborators

  • adriencaccia