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 | |
---|---|---|---|---|
Per-function IAM permissions? | 3 | 1707 | October 12, 2016 | |
Custom Resources Lambda using deploymentRole? | 5 | 3404 | November 8, 2022 | |
Assign Role For Each Function with a role defined in aws account in Serverless Framework | 0 | 596 | December 28, 2018 | |
Reducing admin role for serverless deployment | 3 | 2368 | September 4, 2024 | |
How assign properly a in-built AWS role to a lambda deployment serverless.yml | 1 | 948 | June 27, 2019 |