Sergii Kovalov

Results 54 comments of Sergii Kovalov

The answer is no. It is a duplicate of https://github.com/functionalone/serverless-iam-roles-per-function/issues/38 etc. There is an idea to resolve it in this way https://github.com/functionalone/serverless-iam-roles-per-function/issues/34 / https://github.com/functionalone/serverless-iam-roles-per-function/pull/35 You may help community and finish...

@arvurb Looks like you try to use deprecated `serverless.yml` notation that might not be supported. see: https://www.serverless.com/framework/docs/deprecations#grouping-iam-settings-under-provideriam

@arvurb It'a a bug, you can create a patch from this [code block](https://github.com/functionalone/serverless-iam-roles-per-function/pull/87/files#diff-df0a988f9e523993e537dd35bfb5768e6d1cc02349e28cceaa2e2be205433433R359) or wait for [PR](https://github.com/functionalone/serverless-iam-roles-per-function/pull/87).

I believe pull request from your side is very appreciated.

There is no maintainer for this project now. Community should start thinking about a fork.

@BartusZak Please make sure that the default `iamRoleStatements` stored under `provider` in configuration tree like that: ``` custom: ${file(../serverless.common.yml):custom} provider: #

@BartusZak could you please do the following: 1. open plugin source file in your project. Path sample `/node_modules/serverless-iam-roles-per-function/dist/lib/index.js` 2. Go to string #317 - `node_modules/serverless-iam-roles-per-function/dist/lib/index.js:317` 3. Add console logs like...