MEDIUM
Source
CloudSploit
ID
lambda-code-signing-enabled

Lambda Code Signing Enabled

Ensure that AWS Lambda functions are configured to use the code signing feature.

Code signing for AWS Lambda helps to ensure that only trusted code runs in Lambda functions. Enabling code signing feature ensures that lambda checks every code deployment and verifies that the code package is signed by a trusted source.

Modify Lambda function configurations and enable code signing.