Enumeration: runtime
Different types of lambda runtimes
See
https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html
Columns
• dotnet6 = "dotnet6"
• dotnetcore10 = "dotnetcore1.0"
• dotnetcore20 = "dotnetcore2.0"
• dotnetcore21 = "dotnetcore2.1"
• dotnetcore31 = "dotnetcore3.1"
• go1_x = "go1.x"
• java11 = "java11"
• java8 = "java8"
• java8_al2 = "java8.al2"
• nodejs = "nodejs"
• nodejs10_x = "nodejs10.x"
• nodejs12_x = "nodejs12.x"
• nodejs14_x = "nodejs14.x"
• nodejs16_x = "nodejs16.x"
• nodejs18_x = "nodejs18.x"
• nodejs43 = "nodejs4.3"
• nodejs43_edge = "nodejs4.3-edge"
• nodejs610 = "nodejs6.10"
• nodejs810 = "nodejs8.10"
• provided = "provided"
• providedal2 = "provided.al2"
• python27 = "python2.7"
• python36 = "python3.6"
• python37 = "python3.7"
• python38 = "python3.8"
• python39 = "python3.9"
• ruby25 = "ruby2.5"
• ruby27 = "ruby2.7"