Plugin Title | Lambda Old Runtimes |
Cloud | AWS |
Category | Lambda |
Description | Ensures Lambda functions are not using out-of-date runtime environments. |
More Info | Lambda runtimes should be kept current with recent versions of the underlying codebase. Deprecated runtimes should not be used. |
AWS Link | http://docs.aws.amazon.com/lambda/latest/dg/current-supported-versions.html |
Recommended Action | Upgrade the Lambda function runtime to use a more current version. |
- Log into the AWS Management Console.
- Select the "Services" option and search for Lambda.
- Scroll down the left navigation panel and choose "Functions".
- Select the Lambda function that needs to be verified from "Functions name".
- On the "Lambda Functions" page scroll down and choose "Code" tab.
- On the "Code" tab scroll down to check for "Runtime settings".
- To update the "Runtime settings" click on "Edit".
- On the "Edit runtime settings" open the "Runtime" dropdown.
- From the "Runtime" dropdown verify that the function is using the latest version of runtime environment.
- If the "Runtime" is not at the latest version then select the latest version from the "Runtime" environment for the selected "Lambda function" and click on the "Save" button at the bottom.
- Repeat step number 4 - 10 to modify "Runtime" environment for other "Lambda functions" in the selected region.