serverless-iam-roles-per-function
serverless-iam-roles-per-function copied to clipboard
Usage with split stacks?
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
Not familiar with split stacks. Does it work without it?