top of page
AWS Foundational Security Best Practice
Lambda.2
Lambda functions should use supported runtimes
Severity
Cloud Platforms
Resources
MEDIUM
AWS
AWS Lambda
This AWS control checks that the lambda function settings for runtimes; match the expected values set for the supported runtimes for each language. The supported runtimes this control checks for are: nodejs18.x; nodejs16.x; nodejs14.x; nodejs12.x; python3.10; python3.9; python3.8; python3.7; java11; java8; go1.x; dotnet6; ruby2.7.
bottom of page