serverless-iam-roles-per-function
serverless-iam-roles-per-function copied to clipboard
Serverless Plugin for easily defining IAM roles per function via the use of iamRoleStatements at the function level.
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...
Hello, So, I got the error that the auto-generated IAM-Role-Statements-Name was too long so I made my own. I took good care to make this a unique name indicating the...
```yml service: multibook-service-${self:custom.clientName} package: individually: true # Create an optimized package for our functions include: - "../libs/**" # Adds shared extensions plugins: - serverless-dynamodb-local # Development - serverless-offline # Development...
``` Error: schema is invalid: data.properties['custom'].properties['serverless-iam-roles-per-function'].properties['iamGlobalPermissionsBoundary'] should be object,boolean ``` function definition ``` functions: add_tabs: handler: handler.add_tabs description: add tabs to an existing template iamRoleStatements: - Effect: 'Allow' Action: -...
In my serverless.yml file I have two imported functions: ``` functions: - ${file(./test.json)} - ${file(./test.yml)} ``` Both are identical (different function names) but the function referenced in _test.json_ only gets...
This PR adds support for `iamManagedPolicies` at the provider and function level. I took the liberty to reorganize a small section of the code to make the `createRoleForFunction` method easier...
The title pretty much says it all. Would be great because we maintain all of our roles in a separate system and we want to keep our serverless.yml as short...
**Issue description:** Plugin adds `sns:Publish` permission in case if function has `onError` definition and doesn't take into account that it might be SQS resource arn **Steps to reproduce:** 1. Define...
This is another attempt at https://github.com/functionalone/serverless-iam-roles-per-function/pull/19 . I basically just forked AdrieanKhisbe's fork from his comment at https://github.com/functionalone/serverless-iam-roles-per-function/pull/19#issuecomment-691101550 in hopes that a new PR might get more visibility than his...
If there is not exported name with the iam role created the plugin `serverless-split-stacks` and `serverless-nested -stacks` will failed to create the log stack appart from the api stack