{"id":1130091,"name":"@probot/adapter-aws-lambda-serverless","ecosystem":"npm","description":"An extension for running Probot in AWS Lambda","homepage":"https://github.com/probot/adapter-aws-lambda-serverless#readme","licenses":"ISC","normalized_licenses":["ISC"],"repository_url":"https://github.com/probot/adapter-aws-lambda-serverless","keywords_array":["lambda","probot","github","probot-adapter","serverless"],"namespace":"probot","versions_count":14,"first_release_published_at":"2021-02-10T19:10:49.652Z","latest_release_published_at":"2025-02-26T14:13:13.442Z","latest_release_number":"4.0.3","last_synced_at":"2026-03-17T07:49:06.395Z","created_at":"2022-04-08T11:36:33.686Z","updated_at":"2026-03-17T07:49:06.395Z","registry_url":"https://www.npmjs.com/package/@probot/adapter-aws-lambda-serverless","install_command":"npm install @probot/adapter-aws-lambda-serverless","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"beta":"3.0.1-beta.1","latest":"4.0.3"}},"repo_metadata":{"id":39100700,"uuid":"127836080","full_name":"probot/adapter-aws-lambda-serverless","owner":"probot","description":"An extension for running Probot on Lambda","archived":false,"fork":false,"pushed_at":"2026-02-14T10:07:24.000Z","size":1473,"stargazers_count":96,"open_issues_count":22,"forks_count":34,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-02-15T23:51:13.974Z","etag":null,"topics":["aws-lambda","aws-lambda-node","probot","probot-extension"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/probot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-04-03T01:56:53.000Z","updated_at":"2025-06-06T06:40:39.000Z","dependencies_parsed_at":"2024-06-18T17:10:44.761Z","dependency_job_id":"91b8be6f-384c-43b9-b7ae-147e66965b59","html_url":"https://github.com/probot/adapter-aws-lambda-serverless","commit_stats":{"total_commits":114,"total_committers":24,"mean_commits":4.75,"dds":0.7543859649122807,"last_synced_commit":"aa64b4ef89c30918ecbe72a216617465e1768ab4"},"previous_names":["probot/serverless-lambda"],"tags_count":23,"template":false,"template_full_name":null,"purl":"pkg:github/probot/adapter-aws-lambda-serverless","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/probot","download_url":"https://codeload.github.com/probot/adapter-aws-lambda-serverless/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/sbom","scorecard":{"id":745780,"data":{"date":"2025-08-11","repo":{"name":"github.com/probot/adapter-aws-lambda-serverless","commit":"90c9e6bb72806094b5e29689c72b0eb78faaa2c1"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.1,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Code-Review","score":8,"reason":"Found 10/12 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/probot/adapter-aws-lambda-serverless/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/probot/adapter-aws-lambda-serverless/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/probot/adapter-aws-lambda-serverless/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/probot/adapter-aws-lambda-serverless/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/probot/adapter-aws-lambda-serverless/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/probot/adapter-aws-lambda-serverless/test.yml/master?enable=pin","Info:   0 out of   6 GitHub-owned GitHubAction dependencies pinned","Info:   3 out of   3 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: ISC License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/release.yml:10"],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"SAST","score":1,"reason":"SAST tool is not run on all commits -- score normalized to 1","details":["Warn: 5 commits out of 28 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-22T18:40:12.474Z","repository_id":39100700,"created_at":"2025-08-22T18:40:12.475Z","updated_at":"2025-08-22T18:40:12.475Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29500821,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T03:57:51.541Z","status":"ssl_error","status_checked_at":"2026-02-16T03:55:59.854Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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"},"owner_record":{"login":"probot","name":"Probot","uuid":"26350515","kind":"organization","description":"GitHub Apps to automate and improve your workflow","email":null,"website":"probot.github.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/26350515?v=4","repositories_count":51,"last_synced_at":"2023-04-09T22:00:31.453Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/probot","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:56.124Z","updated_at":"2023-04-09T22:00:34.777Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/probot","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/probot/repositories"},"tags":[{"name":"v4.0.3","sha":"5a2f0045e7604566d0c856bb7b068119b65460e1","kind":"commit","published_at":"2025-02-26T14:12:42.000Z","download_url":"https://codeload.github.com/probot/adapter-aws-lambda-serverless/tar.gz/v4.0.3","html_url":"https://github.com/probot/adapter-aws-lambda-serverless/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/probot/adapter-aws-lambda-serverless@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"b79e59cd75356e43f972e5ac4020ae6f24a46ef5","kind":"commit","published_at":"2025-02-06T05:57:36.000Z","download_url":"https://codeload.github.com/probot/adapter-aws-lambda-serverless/tar.gz/v4.0.2","html_url":"https://github.com/probot/adapter-aws-lambda-serverless/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/probot/adapter-aws-lambda-serverless@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"2ee0c041478a30a8573b0dabbab32b49da594ac4","kind":"commit","published_at":"2025-01-30T18:21:05.000Z","download_url":"https://codeload.github.com/probot/adapter-aws-lambda-serverless/tar.gz/v4.0.1","html_url":"https://github.com/probot/adapter-aws-lambda-serverless/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/probot/adapter-aws-lambda-serverless@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"aa64b4ef89c30918ecbe72a216617465e1768ab4","kind":"commit","published_at":"2024-06-20T16:37:58.000Z","download_url":"https://codeload.github.com/probot/adapter-aws-lambda-serverless/tar.gz/v4.0.0","html_url":"https://github.com/probot/adapter-aws-lambda-serverless/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/probot/adapter-aws-lambda-serverless@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v4.0.0/manifests"},{"name":"v3.0.4","sha":"1eb30a0ce109a41b83412d35424de10af2a6e05a","kind":"commit","published_at":"2023-09-18T19:18:07.000Z","download_url":"https://codeload.github.com/probot/adapter-aws-lambda-serverless/tar.gz/v3.0.4","html_url":"https://github.com/probot/adapter-aws-lambda-serverless/releases/tag/v3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/probot/adapter-aws-lambda-serverless@v3.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v3.0.4/manifests"},{"name":"v3.0.3","sha":"6a0dd6fb80d7045a5e9d8950a0e0a39714c36aa9","kind":"commit","published_at":"2023-07-05T18:57:24.000Z","download_url":"https://codeload.github.com/probot/adapter-aws-lambda-serverless/tar.gz/v3.0.3","html_url":"https://github.com/probot/adapter-aws-lambda-serverless/releases/tag/v3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/probot/adapter-aws-lambda-serverless@v3.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v3.0.3/manifests"},{"name":"v3.0.2","sha":"0ac166147851c9ecbb6f478692378da3974ac037","kind":"commit","published_at":"2023-01-09T23:36:50.000Z","download_url":"https://codeload.github.com/probot/adapter-aws-lambda-serverless/tar.gz/v3.0.2","html_url":"https://github.com/probot/adapter-aws-lambda-serverless/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/probot/adapter-aws-lambda-serverless@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"34e7abc6f8458eafa548311c385055f5ce264646","kind":"commit","published_at":"2022-03-09T15:33:26.000Z","download_url":"https://codeload.github.com/probot/adapter-aws-lambda-serverless/tar.gz/v3.0.1","html_url":"https://github.com/probot/adapter-aws-lambda-serverless/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/probot/adapter-aws-lambda-serverless@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v3.0.1/manifests"},{"name":"v3.0.1-beta.1","sha":"be82e8ae3147378885a2f4e6d5681cac94f45d73","kind":"commit","published_at":"2021-12-01T21:24:18.000Z","download_url":"https://codeload.github.com/probot/adapter-aws-lambda-serverless/tar.gz/v3.0.1-beta.1","html_url":"https://github.com/probot/adapter-aws-lambda-serverless/releases/tag/v3.0.1-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/probot/adapter-aws-lambda-serverless@v3.0.1-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v3.0.1-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v3.0.1-beta.1/manifests"},{"name":"v3.0.0","sha":"8307a870c7a637c0ee2aee1a23b372936bb924d8","kind":"commit","published_at":"2021-11-09T18:10:31.000Z","download_url":"https://codeload.github.com/probot/adapter-aws-lambda-serverless/tar.gz/v3.0.0","html_url":"https://github.com/probot/adapter-aws-lambda-serverless/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/probot/adapter-aws-lambda-serverless@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"4cfda8f130b027b9e1fce4def5b533b2ae3202bc","kind":"commit","published_at":"2021-11-03T16:52:58.000Z","download_url":"https://codeload.github.com/probot/adapter-aws-lambda-serverless/tar.gz/v2.1.0","html_url":"https://github.com/probot/adapter-aws-lambda-serverless/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/probot/adapter-aws-lambda-serverless@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v2.1.0/manifests"},{"name":"v2.0.2","sha":"cfacb418298f0225765ebaa71d12b638e9a49acc","kind":"commit","published_at":"2021-07-19T20:23:13.000Z","download_url":"https://codeload.github.com/probot/adapter-aws-lambda-serverless/tar.gz/v2.0.2","html_url":"https://github.com/probot/adapter-aws-lambda-serverless/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/probot/adapter-aws-lambda-serverless@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"96ced73a61c31cde5d18580c20ccdcf8412cb356","kind":"commit","published_at":"2021-02-25T00:16:48.000Z","download_url":"https://codeload.github.com/probot/adapter-aws-lambda-serverless/tar.gz/v2.0.1","html_url":"https://github.com/probot/adapter-aws-lambda-serverless/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/probot/adapter-aws-lambda-serverless@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"e5a38206a2e0b2b8c66b60cc1841af6f7ccc0f4e","kind":"commit","published_at":"2021-02-10T19:09:39.000Z","download_url":"https://codeload.github.com/probot/adapter-aws-lambda-serverless/tar.gz/v2.0.0","html_url":"https://github.com/probot/adapter-aws-lambda-serverless/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/probot/adapter-aws-lambda-serverless@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v2.0.0/manifests"},{"name":"v1.0.2","sha":"7166e97298a564c1973fffa352f61b717e95dce4","kind":"commit","published_at":"2020-11-20T19:40:32.000Z","download_url":"https://codeload.github.com/probot/adapter-aws-lambda-serverless/tar.gz/v1.0.2","html_url":"https://github.com/probot/adapter-aws-lambda-serverless/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/probot/adapter-aws-lambda-serverless@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"b54ec1ca189cc76a01300cc07da1ff97672e8b41","kind":"commit","published_at":"2020-11-20T19:25:59.000Z","download_url":"https://codeload.github.com/probot/adapter-aws-lambda-serverless/tar.gz/v1.0.1","html_url":"https://github.com/probot/adapter-aws-lambda-serverless/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/probot/adapter-aws-lambda-serverless@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"2338f05692913120413b90bb6be371c1324be071","kind":"commit","published_at":"2020-11-05T17:49:51.000Z","download_url":"https://codeload.github.com/probot/adapter-aws-lambda-serverless/tar.gz/v1.0.0","html_url":"https://github.com/probot/adapter-aws-lambda-serverless/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/probot/adapter-aws-lambda-serverless@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"0e6f825c87231d61f5a9a4b93e76b3f50021bb39","kind":"commit","published_at":"2020-09-17T21:18:38.000Z","download_url":"https://codeload.github.com/probot/adapter-aws-lambda-serverless/tar.gz/v0.5.3","html_url":"https://github.com/probot/adapter-aws-lambda-serverless/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/probot/adapter-aws-lambda-serverless@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"6e689c7155445a6bfed05291f72c719268577b23","kind":"commit","published_at":"2020-09-17T21:17:41.000Z","download_url":"https://codeload.github.com/probot/adapter-aws-lambda-serverless/tar.gz/v0.5.2","html_url":"https://github.com/probot/adapter-aws-lambda-serverless/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/probot/adapter-aws-lambda-serverless@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"2da7507f039881ef61a9636ed00b6fa9847df41f","kind":"commit","published_at":"2020-09-17T21:14:02.000Z","download_url":"https://codeload.github.com/probot/adapter-aws-lambda-serverless/tar.gz/v0.5.1","html_url":"https://github.com/probot/adapter-aws-lambda-serverless/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/probot/adapter-aws-lambda-serverless@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"ac8317861873d31db4dcf6375759046791c810be","kind":"tag","published_at":"2020-01-27T05:41:03.000Z","download_url":"https://codeload.github.com/probot/adapter-aws-lambda-serverless/tar.gz/v0.5.0","html_url":"https://github.com/probot/adapter-aws-lambda-serverless/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/probot/adapter-aws-lambda-serverless@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"bf5fcc654c2deff2564cdac995252b7421378978","kind":"commit","published_at":"2019-12-03T20:29:32.000Z","download_url":"https://codeload.github.com/probot/adapter-aws-lambda-serverless/tar.gz/v0.4.0","html_url":"https://github.com/probot/adapter-aws-lambda-serverless/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/probot/adapter-aws-lambda-serverless@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"12e3a2affcc7d9fdffd20716b06d2a94e5a086aa","kind":"commit","published_at":"2019-03-16T04:59:14.000Z","download_url":"https://codeload.github.com/probot/adapter-aws-lambda-serverless/tar.gz/v0.3.0","html_url":"https://github.com/probot/adapter-aws-lambda-serverless/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/probot/adapter-aws-lambda-serverless@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/tags/v0.3.0/manifests"}]},"repo_metadata_updated_at":"2026-02-16T05:00:06.506Z","dependent_packages_count":2,"downloads":27991,"downloads_period":"last-month","dependent_repos_count":30,"rankings":{"downloads":2.3208975349443755,"dependent_repos_count":2.304297519083648,"dependent_packages_count":8.842255668013637,"stargazers_count":5.065069875519232,"forks_count":4.332382495984532,"docker_downloads_count":1.366506910569334,"average":4.038568334019126},"purl":"pkg:npm/%40probot/adapter-aws-lambda-serverless","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@probot/adapter-aws-lambda-serverless","docker_dependents_count":1,"docker_downloads_count":44,"usage_url":"https://repos.ecosyste.ms/usage/npm/@probot/adapter-aws-lambda-serverless","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@probot/adapter-aws-lambda-serverless/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-02-14T13:02:53.169Z","issues_count":37,"pull_requests_count":126,"avg_time_to_close_issue":20945749.3,"avg_time_to_close_pull_request":7285388.831775701,"issues_closed_count":30,"pull_requests_closed_count":107,"pull_request_authors_count":19,"issue_authors_count":26,"avg_comments_per_issue":3.324324324324324,"avg_comments_per_pull_request":1.126984126984127,"merged_pull_requests_count":80,"bot_issues_count":0,"bot_pull_requests_count":85,"past_year_issues_count":0,"past_year_pull_requests_count":26,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":423435.875,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":16,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.38461538461538464,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":24,"past_year_merged_pull_requests_count":8,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fadapter-aws-lambda-serverless/issues","maintainers":[{"login":"JasonEtco","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JasonEtco"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@probot%2Fadapter-aws-lambda-serverless/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@probot%2Fadapter-aws-lambda-serverless/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@probot%2Fadapter-aws-lambda-serverless/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@probot%2Fadapter-aws-lambda-serverless/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@probot%2Fadapter-aws-lambda-serverless/codemeta","maintainers":[{"uuid":"gr2m","login":"gr2m","name":null,"email":"gregor@martynus.net","url":null,"packages_count":331,"html_url":"https://www.npmjs.com/~gr2m","role":null,"created_at":"2022-11-20T21:57:01.686Z","updated_at":"2022-11-20T21:57:01.686Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/gr2m/packages"},{"uuid":"bkeepers","login":"bkeepers","name":null,"email":"brandon@opensoul.org","url":null,"packages_count":50,"html_url":"https://www.npmjs.com/~bkeepers","role":null,"created_at":"2022-11-20T21:57:01.579Z","updated_at":"2022-11-20T21:57:01.579Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/bkeepers/packages"},{"uuid":"lee-dohm","login":"lee-dohm","name":null,"email":"lee@lee-dohm.com","url":null,"packages_count":37,"html_url":"https://www.npmjs.com/~lee-dohm","role":null,"created_at":"2022-11-20T21:57:01.606Z","updated_at":"2022-11-20T21:57:01.606Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/lee-dohm/packages"},{"uuid":"jasonetco","login":"jasonetco","name":null,"email":"jasonetco@gmail.com","url":null,"packages_count":36,"html_url":"https://www.npmjs.com/~jasonetco","role":null,"created_at":"2022-11-20T21:57:01.650Z","updated_at":"2022-11-20T21:57:01.650Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/jasonetco/packages"},{"uuid":"hiimbex","login":"hiimbex","name":null,"email":"bexmwarner@gmail.com","url":null,"packages_count":14,"html_url":"https://www.npmjs.com/~hiimbex","role":null,"created_at":"2022-11-20T21:57:01.597Z","updated_at":"2022-11-20T21:57:01.597Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/hiimbex/packages"},{"uuid":"tcbyrd","login":"tcbyrd","name":null,"email":"tcbyrd@github.com","url":null,"packages_count":15,"html_url":"https://www.npmjs.com/~tcbyrd","role":null,"created_at":"2022-11-20T21:57:01.630Z","updated_at":"2022-11-20T21:57:01.630Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/tcbyrd/packages"},{"uuid":"probotbot","login":"probotbot","name":null,"email":"probotbot@martynus.net","url":null,"packages_count":15,"html_url":"https://www.npmjs.com/~probotbot","role":null,"created_at":"2022-11-20T21:57:01.697Z","updated_at":"2022-11-20T21:57:01.697Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/probotbot/packages"}]}