{"id":24835756,"url":"https://github.com/tobilg/lambda-runtimes","last_synced_at":"2025-07-30T12:32:59.882Z","repository":{"id":212631791,"uuid":"707635850","full_name":"tobilg/lambda-runtimes","owner":"tobilg","description":"Information about AWS Lambda runtimes","archived":false,"fork":false,"pushed_at":"2025-05-21T04:04:25.000Z","size":192,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-21T05:21:53.819Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tobilg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-10-20T10:23:41.000Z","updated_at":"2025-05-21T04:04:28.000Z","dependencies_parsed_at":"2024-01-09T05:22:01.216Z","dependency_job_id":"56191c01-fad4-4fe7-8649-817e37f45779","html_url":"https://github.com/tobilg/lambda-runtimes","commit_stats":null,"previous_names":["tobilg/lambda-runtimes"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tobilg/lambda-runtimes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobilg%2Flambda-runtimes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobilg%2Flambda-runtimes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobilg%2Flambda-runtimes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobilg%2Flambda-runtimes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tobilg","download_url":"https://codeload.github.com/tobilg/lambda-runtimes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobilg%2Flambda-runtimes/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267867803,"owners_count":24157357,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-31T04:51:39.639Z","updated_at":"2025-07-30T12:32:59.799Z","avatar_url":"https://github.com/tobilg.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lambda-runtimes\nThis project gathers information about AWS Lambda runtimes. This is the same information that can be found in the [AWS Lambda developer guide](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html), but in a machine readable form as JSON, or accessible via an API.\n\n## Data\nYou can find the current information about the runtimes at [data/lambdaRuntimes.json](https://raw.githubusercontent.com/tobilg/lambda-runtimes/main/data/lambdaRuntimes.json).\n\n## API\nThere's a simple API deployed to GitHub Pages. It has generally four different endpoints per runtime (equivalent to `$RUNTIME_NAME`):\n\n* `/is/$RUNTIME_NAME/deprecated`\n* `/will/$RUNTIME_NAME/be/deprecated`\n* `/when/will/$RUNTIME_NAME/be/deprecated`\n* `/runtimes`\n\nThe first two endpoints will either return `{ \"result\": true }` or `{ \"result\": false }` as `application/json`. The base URL is `https://tobilg.github.io/lambda-runtimes`\n\nSo, if you'd like to see if the `nodejs14.x` runtime is already deprecated, you can issue the following request with `curl`:\n\n```bash\ncurl -XGET https://tobilg.github.io/lambda-runtimes/is/nodejs14.x/deprecated.json\n```\n\nIf you'd rather like to see if the `nodejs16.x` runtime has a deprecation date already set, you can issue the following request with `curl`:\n\n```bash\ncurl -XGET https://tobilg.github.io/lambda-runtimes/will/nodejs16.x/be/deprecated.json\n```\n\nIf you query a runtime that is already deprecated, the `/will` endpoint will return `{ \"result\": false }`.\n\nIf you want to check when a runtime will be deprecated, you can run \n\n```bash\ncurl -XGET https://tobilg.github.io/lambda-runtimes/when/will/nodejs16.x/be/deprecated.json\n```\n\nThis will either return a date, e.g.  `{ \"result\": \"2023-12-03\" }`,  or `{ \"result\": null }` if it's not yet known.\n\nIf you want to have an overview of all the current information about the Lambda runtimes, you can issue\n\n```bash\ncurl -XGET https://tobilg.github.io/lambda-runtimes/runtimes.json\n```\n\nThis will return a JSON array with the info for each runtime.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobilg%2Flambda-runtimes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftobilg%2Flambda-runtimes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobilg%2Flambda-runtimes/lists"}