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.
It it supported to just use the `iamRoleStatementsName` config and not customize the roles in any way?
I use this in multiple modules, but for some reason it isn't working in a new module and I can't figure out why. Here's my serverless.yml file ``` service: name:...
I have the setup of 2 lambdas and separate IAM role statements defined for both, these new roles get generated. What i noticed is there is actually 3 IAM roles...
Could you add support for managed polices in a simmilar way to how they are handled at global level. iamManagedPolicies: - arn1 - arn2
Hello, Any idea if this would conflict with [serverless-plugin-split-stacks](https://github.com/dougmoscrop/serverless-plugin-split-stacks)? I'm getting an error The following resource(s) failed to create: [MyFunctionIamRoleLambdaExecution]. This is using the following: ``` MyFunction: handler: index.handler iamRoleStatements:...
(sorry, wanted to be more extensive but on a rush) It seems using this plugin together with serverless event/sqs will break event/sqs because the function will not receive the required...
I think it would be great if we could preserve the default permissions required to hook the lambda up to the specified event sources. This would reduce config bloat as...
Similar to how the managed VPC execution policy is added to a function's role if running in a VPC, a `kms:Decrypt` statement should be added automatically to the function specific...
I have a lot of stages that will end up with identical permissions boundary policies, with only the stage name changed. Is it possible to fully define the global permissions...
Bumps [jszip](https://github.com/Stuk/jszip) from 3.5.0 to 3.10.1. Changelog Sourced from jszip's changelog. v3.10.1 2022-08-02 Add sponsorship files. If you appreciate the time spent maintaining JSZip then I would really appreciate your...