serverless-iam-roles-per-function icon indicating copy to clipboard operation
serverless-iam-roles-per-function copied to clipboard

Usage with split stacks?

Open btmdave opened this issue 6 years ago • 1 comments

Hello,

Any idea if this would conflict with 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:
    - Effect: 'Allow'
      Action:
        - 'lambda:InvokeFunction'
      Resource: '*'

Thank you

btmdave avatar May 02 '19 21:05 btmdave

Not familiar with split stacks. Does it work without it?

glicht avatar May 03 '19 13:05 glicht