ƛ Function as a Service (FaaS)
| AWS Lambda | Google Cloud Functions | Azure Functions | |
|---|---|---|---|
| Execution time | 15 minutes | 60 minutes | 10 minutes |
| Python | 3.9 - 3.12 | 3.8 - 3.12 | 3.8 - 3.11 |
| Node.js | 18, 20 | 18 - 20 | 18 - 20 |
| Go | Any | 1.20 - 1.22 | (Custom Handlers) |
| Java | 8, 11, 17, 21 | 17, 21 | 8, 11, 17, 21 |
| Ruby | 3.2, 3.3 | 3.2 | - |
| Rust | Any | - | (Custom Handlers) |
| PHP | - | 8.2, 8.3 | - |
| .NET Core | 8 | 8 | 8 |
| PowerShell Core | Supported by .NET Core | - | 7.2 |
Only listed versions with more than one year of support remaining.