| { |
| "runtimes": { |
| "nodejs": [ |
| { |
| "kind": "nodejs:20", |
| "default": true, |
| "image": { |
| "prefix": "apacheopenserverless", |
| "name": "runtime-nodejs-v20", |
| "tag": "latest" |
| }, |
| "deprecated": false, |
| "attached": { |
| "attachmentName": "codefile", |
| "attachmentType": "text/plain" |
| }, |
| "stemCells": [ |
| { |
| "initialCount": 1, |
| "memory": "256 MB", |
| "reactive": { |
| "minCount": 1, |
| "maxCount": 4, |
| "ttl": "2 minutes", |
| "threshold": 1, |
| "increment": 1 |
| } |
| } |
| ] |
| } |
| ], |
| "python": [ |
| { |
| "kind": "python:3", |
| "default": true, |
| "image": { |
| "prefix": "apacheopenserverless", |
| "name": "runtime-python-v3.11", |
| "tag": "latest" |
| }, |
| "deprecated": false, |
| "attached": { |
| "attachmentName": "codefile", |
| "attachmentType": "text/plain" |
| }, |
| "stemCells": [ |
| { |
| "initialCount": 1, |
| "memory": "256 MB", |
| "reactive": { |
| "minCount": 1, |
| "maxCount": 4, |
| "ttl": "2 minutes", |
| "threshold": 1, |
| "increment": 1 |
| } |
| } |
| ] |
| } |
| ], |
| "go": [ |
| { |
| "kind": "go:1.22", |
| "default": true, |
| "deprecated": false, |
| "attached": { |
| "attachmentName": "codefile", |
| "attachmentType": "text/plain" |
| }, |
| "image": { |
| "prefix": "apacheopenserverless", |
| "name": "runtime-golang-v1.22", |
| "tag": "latest" |
| } |
| } |
| ], |
| "php": [ |
| { |
| "kind": "php:8.3", |
| "default": true, |
| "deprecated": false, |
| "image": { |
| "prefix": "apacheopenserverless", |
| "name": "runtime-php-v8.3", |
| "tag": "latest" |
| }, |
| "attached": { |
| "attachmentName": "codefile", |
| "attachmentType": "text/plain" |
| } |
| } |
| ] |
| } |
| } |