serverless-iam-roles-per-function icon indicating copy to clipboard operation
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.

Results 64 serverless-iam-roles-per-function issues
Sort by recently updated
recently updated
newest added

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

I have made Cognito PostConfirmation lambda function. When user will successfully signup then I want to send them SMS. For that I am using [AWS-SNS](https://docs.aws.amazon.com/sns/latest/api/API_Publish.html). I have created one Sns...

It's to ensure only compatible versions or Framework are used together with a plugin, and if mismatch occurs, user is informed with meaningful error message. _This PR is part of...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Please add a way to add tags to the IAM role for the lambda.

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

I have the following serverless.yml (snippet) ``` iam: role: name: ${self:provider.stage}-${self:service.name}-default-role statements: - Effect: Allow Action: - ssm:GetParameter - ssm:GetParameters Resource: - !Sub "arn:aws:ssm:${self:provider.region}:${AWS::AccountId}:parameter/${self:provider.stage}/*" ``` And when trying to deploy...

You can now specify custom role names. ```yml custom: serverless-iam-roles-per-function: customRoleName: true # defaults to false roleNamePrefix: prefix # required if `customRoleName` is true roleNameSuffix: suffix # optional ```

Rather than forcing the IAM role name to be `----lambdaRole`, can it be defined something like this? ```yaml custom: serverless-iam-roles-per-function: iamRoleNamePrefix: prefix iamRoleNameSuffix: suffix # iam role name becomes `prefix--suffix`...

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. Commits 70668a4 0.8.5 d919d22 fix(exec): lockdown file permissions (#1060)...

dependencies