I am currently using the serverless-iam-roles-per-function plugin to give each of my lambda functions their own IAM roles. But when I deploy it, it seems like it still creates a default lambdaRole that contains all the functions. I did not define iamRoleStatements or VPC in the provider section of the serverless.yml. Am I missing something? I would like to only have roles per function. Any feedback would be appreciated.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Assign Role For Each Function with a role defined in aws account in Serverless Framework | 0 | 608 | December 28, 2018 | |
I am seeing that sls deploy is auto-creating an IAM role for my Lambda functions | 1 | 1078 | October 1, 2019 | |
Assign an specific IAM role for each lambda function using a role defined in aws account | 1 | 12023 | May 24, 2017 | |
Serverless.yml provider role clarification | 0 | 324 | August 18, 2020 | |
Per-function IAM permissions? | 3 | 1727 | October 12, 2016 |