MEDIUM
Source
CloudSploit
ID
lambda-unique-execution-role

Lambda Unique Execution Role

Ensure that AWS Lambda functions do not share the same execution role.

An execution role grants required permission to Lambda function to access AWS services and resources. It is recommended to associate the unique IAM role for each Lambda function to follow the principle of least privilege access.

Modify Lambda function and add new execution role.