Documentation
README
Ensure Lambda functions are referencing active execution roles
Description
In order to have the necessary permissions to access the AWS cloud services and resources Amazon Lambda functions should be associated with active(available) execution roles.
Rationale
A Lambda function's execution role is an Identity and Access Management (IAM) role that grants the function permission to process and access specific AWS services and resources. When Amazon Lambda functions are not referencing active execution roles, the functions are losing the ability to perform critical operations securely.
Impact
Functions referencing inactive or deleted execution roles will fail to execute properly, potentially causing service disruptions.
Audit Procedure
Using AWS Console
This is the opening of the README. Read the full README on GitHub.