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.
By design the default global role is created to maintain backwards compatibility. If all functions in the project use a per-function role and the default role is not being used...
Is it possible to attach managed policies to roles created with this plugin? I'm deploying rest of the stack with TF or CF, and I would like to create managed...
Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...
I have gone through the doc for this plugin but unable to find how we can add IAM path per function? Would like to have something like this as feature...
Fixes IAM managed policies are not inherited https://github.com/functionalone/serverless-iam-roles-per-function/issues/86
Hi there, I have the following config in Serverless.yml for a lambda: ``` asyncSyncProductsDb: handler: functions/asyncSyncProductsDb/asyncSyncProductsDb.main timeout: 300 memorySize: 2048 events: //eventbridge event source iamRoleStatements: - Effect: Allow Action: -...
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.10.2 to 6.11.3. Release notes Sourced from protobufjs's releases. v6.11.3 6.11.3 (2022-05-20) Bug Fixes deps: use eslint 8.x (#1728) (a8681ce) do not let setProperty change the prototype...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
Bumps [trim-off-newlines](https://github.com/stevemao/trim-off-newlines) from 1.0.1 to 1.0.3. Commits c3b28d3 1.0.3 6226c95 Merge pull request #4 from Trott/fix-it-again c77691d fix: remediate ReDOS further 76ca93c chore: pin mocha to version that works with...
Bumps [simple-get](https://github.com/feross/simple-get) from 2.8.1 to 2.8.2. Commits 4e156b6 2.8.2 43c272d Bug fix: Thirdparty cookie leak See full diff in compare view Maintainer changes This version was pushed to npm by...