{"id":132548,"name":null,"description":"The AWS Config Rules Development Kit helps developers set up, author and test custom Config rules. It contains scripts to enable AWS Config, create a Config rule and test it with sample ConfigurationItems. ","url":"https://github.com/awslabs/aws-config-rdk","last_synced_at":"2025-09-09T11:58:10.551Z","repository":{"id":38145668,"uuid":"99261539","full_name":"awslabs/aws-config-rdk","owner":"awslabs","description":"The AWS Config Rules Development Kit helps developers set up, author and test custom Config rules. It contains scripts to enable AWS Config, create a Config rule and test it with sample ConfigurationItems. ","archived":false,"fork":false,"pushed_at":"2025-07-31T21:15:35.000Z","size":4576,"stargazers_count":472,"open_issues_count":56,"forks_count":172,"subscribers_count":34,"default_branch":"master","last_synced_at":"2025-07-31T23:59:09.637Z","etag":null,"topics":["amazon-web-services","aws","aws-config","aws-config-rules","rdk"],"latest_commit_sha":null,"homepage":"https://aws-config-rdk.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/awslabs.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}},"created_at":"2017-08-03T18:06:51.000Z","updated_at":"2025-07-23T21:17:38.000Z","dependencies_parsed_at":"2024-01-18T18:45:44.943Z","dependency_job_id":"2f4c824b-1885-4c46-afbf-6cfd927fe4d4","html_url":"https://github.com/awslabs/aws-config-rdk","commit_stats":{"total_commits":486,"total_committers":64,"mean_commits":7.59375,"dds":0.7098765432098766,"last_synced_commit":"ff944bc5a3e0e8824c166824a08a74df71a5fcdc"},"previous_names":[],"tags_count":48,"template":false,"template_full_name":null,"purl":"pkg:github/awslabs/aws-config-rdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/awslabs","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/sbom","scorecard":{"id":219546,"data":{"date":"2025-08-11","repo":{"name":"github.com/awslabs/aws-config-rdk","commit":"7358050c205f14831ebc411cf06cbb7125f7c180"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.5,"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":"Maintained","score":10,"reason":"16 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"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":"Code-Review","score":0,"reason":"Found 0/16 approved changesets -- score normalized to 0","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/validate.yaml: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":"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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/awslabs/aws-config-rdk/publish.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yaml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/awslabs/aws-config-rdk/publish.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yaml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/awslabs/aws-config-rdk/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validate.yaml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/awslabs/aws-config-rdk/validate.yaml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction 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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact 0.17.20 not signed: https://api.github.com/repos/awslabs/aws-config-rdk/releases/230655928","Warn: release artifact 0.17.19 not signed: https://api.github.com/repos/awslabs/aws-config-rdk/releases/216851240","Warn: release artifact 0.17.18 not signed: https://api.github.com/repos/awslabs/aws-config-rdk/releases/213757269","Warn: release artifact 0.17.14 not signed: https://api.github.com/repos/awslabs/aws-config-rdk/releases/172270781","Warn: release artifact 0.17.13 not signed: https://api.github.com/repos/awslabs/aws-config-rdk/releases/168956448","Warn: release artifact 0.17.20 does not have provenance: https://api.github.com/repos/awslabs/aws-config-rdk/releases/230655928","Warn: release artifact 0.17.19 does not have provenance: https://api.github.com/repos/awslabs/aws-config-rdk/releases/216851240","Warn: release artifact 0.17.18 does not have provenance: https://api.github.com/repos/awslabs/aws-config-rdk/releases/213757269","Warn: release artifact 0.17.14 does not have provenance: https://api.github.com/repos/awslabs/aws-config-rdk/releases/172270781","Warn: release artifact 0.17.13 does not have provenance: https://api.github.com/repos/awslabs/aws-config-rdk/releases/168956448"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"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":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/awslabs/.github/SECURITY.md:1","Info: Found linked content: github.com/awslabs/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/awslabs/.github/SECURITY.md:1","Info: Found text in security policy: github.com/awslabs/.github/SECURITY.md:1"],"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":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 15 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":5,"reason":"5 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-9548-qrrj-x5pj","Warn: Project is vulnerable to: GHSA-3wwr-3g9f-9gc7","Warn: Project is vulnerable to: GHSA-vp47-9734-prjw","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v"],"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-17T02:13:00.740Z","repository_id":38145668,"created_at":"2025-08-17T02:13:00.740Z","updated_at":"2025-08-17T02:13:00.740Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274292179,"owners_count":25258165,"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-09-09T02:00:10.223Z","response_time":80,"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"}},"owner":{"login":"awslabs","name":"Amazon Web Services - Labs","uuid":"3299148","kind":"organization","description":"AWS Labs","email":null,"website":"http://amazon.com/aws/","location":"Seattle, WA","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/3299148?v=4","repositories_count":914,"last_synced_at":"2025-05-20T11:06:29.184Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/awslabs","funding_links":[],"total_stars":176592,"followers":8487,"following":0,"created_at":"2022-11-02T16:28:29.342Z","updated_at":"2025-05-20T11:06:29.184Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/awslabs","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/awslabs/repositories"},"packages":[{"id":2898405,"name":"rdk","ecosystem":"pypi","description":"Rule Development Kit CLI for AWS Config","homepage":"https://github.com/awslabs/aws-config-rdk","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/awslabs/aws-config-rdk","keywords_array":["amazon","aws","awslabs","rdk","config","rules","compliance"],"namespace":null,"versions_count":132,"first_release_published_at":"2017-10-22T05:47:36.000Z","latest_release_published_at":"2025-07-08T04:07:00.000Z","latest_release_number":"0.17.20","last_synced_at":"2025-09-09T00:16:28.161Z","created_at":"2022-04-10T12:26:15.022Z","updated_at":"2025-09-09T00:16:28.161Z","registry_url":"https://pypi.org/project/rdk/","install_command":"pip install rdk --index-url https://pypi.org/simple","documentation_url":"https://aws-config-rdk.readthedocs.io","metadata":{"funding":null,"documentation":"https://aws-config-rdk.readthedocs.io","classifiers":["License :: OSI Approved :: Apache Software License","Programming Language :: Python","Programming Language :: Python :: 3","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.12","Programming Language :: Python :: 3.13","Programming Language :: Python :: 3.7","Programming Language :: Python :: 3.8","Programming Language :: Python :: 3.9"],"normalized_name":"rdk","project_status":null},"repo_metadata":{"id":38145668,"uuid":"99261539","full_name":"awslabs/aws-config-rdk","owner":"awslabs","description":"The AWS Config Rules Development Kit helps developers set up, author and test custom Config rules. It contains scripts to enable AWS Config, create a Config rule and test it with sample ConfigurationItems. ","archived":false,"fork":false,"pushed_at":"2025-07-31T21:15:35.000Z","size":4576,"stargazers_count":472,"open_issues_count":56,"forks_count":172,"subscribers_count":34,"default_branch":"master","last_synced_at":"2025-07-31T23:59:09.637Z","etag":null,"topics":["amazon-web-services","aws","aws-config","aws-config-rules","rdk"],"latest_commit_sha":null,"homepage":"https://aws-config-rdk.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/awslabs.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}},"created_at":"2017-08-03T18:06:51.000Z","updated_at":"2025-07-23T21:17:38.000Z","dependencies_parsed_at":"2024-01-18T18:45:44.943Z","dependency_job_id":"2f4c824b-1885-4c46-afbf-6cfd927fe4d4","html_url":"https://github.com/awslabs/aws-config-rdk","commit_stats":{"total_commits":486,"total_committers":64,"mean_commits":7.59375,"dds":0.7098765432098766,"last_synced_commit":"ff944bc5a3e0e8824c166824a08a74df71a5fcdc"},"previous_names":[],"tags_count":48,"template":false,"template_full_name":null,"purl":"pkg:github/awslabs/aws-config-rdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/awslabs","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268149583,"owners_count":24203594,"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-31T02:00:08.723Z","response_time":66,"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"},"owner_record":{"login":"awslabs","name":"Amazon Web Services - Labs","uuid":"3299148","kind":"organization","description":"AWS Labs","email":null,"website":"http://amazon.com/aws/","location":"Seattle, WA","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/3299148?v=4","repositories_count":914,"last_synced_at":"2025-05-20T11:06:29.184Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/awslabs","funding_links":[],"total_stars":176592,"followers":8487,"following":0,"created_at":"2022-11-02T16:28:29.342Z","updated_at":"2025-05-20T11:06:29.184Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/awslabs","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/awslabs/repositories"},"tags":[{"name":"0.17.20","sha":"7358050c205f14831ebc411cf06cbb7125f7c180","kind":"commit","published_at":"2025-07-08T03:47:33.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.17.20","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.17.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.17.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.17.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.17.20/manifests"},{"name":"0.17.19","sha":"aa40a5773dc15ffdf07a7d556fe0ec75b4a9678d","kind":"commit","published_at":"2025-05-06T19:00:09.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.17.19","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.17.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.17.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.17.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.17.19/manifests"},{"name":"0.17.18","sha":"85044659a2da60cde416417e133a9f331931aa75","kind":"commit","published_at":"2025-04-21T19:59:37.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.17.18","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.17.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.17.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.17.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.17.18/manifests"},{"name":"0.17.17","sha":"d16bf39d8c660a8766b95f13e98e7447e3d667ea","kind":"commit","published_at":"2025-04-21T19:24:49.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.17.17","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.17.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.17.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.17.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.17.17/manifests"},{"name":"0.17.16","sha":"b210f9c1287fb9a89138260ab50babb867e7fc0a","kind":"commit","published_at":"2025-04-21T19:07:59.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.17.16","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.17.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.17.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.17.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.17.16/manifests"},{"name":"0.17.15","sha":"2dff07c27c40eb8196ee235efbe59897dfc2f935","kind":"commit","published_at":"2025-04-21T16:54:44.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.17.15","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.17.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.17.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.17.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.17.15/manifests"},{"name":"0.17.14","sha":"010f95c155e0990d46dc986476de21ef2deeca4e","kind":"commit","published_at":"2024-08-28T03:32:43.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.17.14","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.17.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.17.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.17.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.17.14/manifests"},{"name":"0.17.13","sha":"cb298edacd895d45b25eb6cd2053204a94eb92c7","kind":"commit","published_at":"2024-08-06T17:20:29.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.17.13","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.17.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.17.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.17.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.17.13/manifests"},{"name":"0.17.12","sha":"543f7204cf453ececcd2d4cd3caf3c432a30cc8b","kind":"commit","published_at":"2024-08-01T21:33:57.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.17.12","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.17.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.17.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.17.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.17.12/manifests"},{"name":"0.17.11","sha":"69fca0eb8c87dc9a0278adcb0055fad04f2675ba","kind":"commit","published_at":"2024-05-10T19:51:47.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.17.11","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.17.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.17.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.17.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.17.11/manifests"},{"name":"0.17.10","sha":"e53e6e4d649081f939756a3804c0d9b73a0e928e","kind":"commit","published_at":"2024-05-08T17:55:36.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.17.10","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.17.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.17.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.17.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.17.10/manifests"},{"name":"0.17.9","sha":"53f52d91f5bce2cb4817ec5825ec4ebe8be3997f","kind":"commit","published_at":"2024-05-06T20:50:01.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.17.9","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.17.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.17.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.17.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.17.9/manifests"},{"name":"0.17.8","sha":"575cef47bcd68120c488d9a3f0806017d0838fe0","kind":"commit","published_at":"2024-01-18T21:51:50.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.17.8","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.17.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.17.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.17.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.17.8/manifests"},{"name":"0.17.7","sha":"1325c4e282628b31ff1d963e6fefcf8fbcd23c3a","kind":"commit","published_at":"2024-01-18T21:22:55.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.17.7","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.17.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.17.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.17.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.17.7/manifests"},{"name":"0.17.6","sha":"e1e9080c726f905139072e5a0a9152979bbcbb89","kind":"commit","published_at":"2023-12-09T05:47:17.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.17.6","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.17.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.17.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.17.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.17.6/manifests"},{"name":"0.17.5","sha":"3ef9600e817153e4b0f0af9798b73e47afb94bdc","kind":"commit","published_at":"2023-12-09T05:36:03.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.17.5","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.17.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.17.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.17.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.17.5/manifests"},{"name":"0.17.4","sha":"937919363f939a77ce0815909b083282287e2983","kind":"commit","published_at":"2023-11-30T07:12:05.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.17.4","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.17.4/manifests"},{"name":"0.17.3","sha":"b59188f4f2889a4a6d7589b561fee1e62ebf9ce4","kind":"commit","published_at":"2023-11-30T06:43:28.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.17.3","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.17.3/manifests"},{"name":"0.17.2","sha":"45f4d4bb47c0502882445ea0adee6915bf8e7335","kind":"commit","published_at":"2023-09-27T23:19:11.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.17.2","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.17.2/manifests"},{"name":"0.17.1","sha":"9da09ad5d2b3affb3f2392f2ce936831b37bc49a","kind":"commit","published_at":"2023-09-20T13:55:30.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.17.1","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.17.1/manifests"},{"name":"0.17.0","sha":"51304072234208f907bd5b40afafa4100c734e18","kind":"commit","published_at":"2023-08-23T07:16:39.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.17.0","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.17.0/manifests"},{"name":"0.16.0","sha":"23d4539bb0f623f1cb582064fa674e879f854ca4","kind":"commit","published_at":"2023-07-24T21:15:44.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.16.0","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.16.0/manifests"},{"name":"0.15.0","sha":"5070410c37c337402d31929bc24ebd2d9fcb6b8b","kind":"commit","published_at":"2023-05-25T18:45:07.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.15.0","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.15.0/manifests"},{"name":"0.14.0","sha":"c683317c3a279cd801c9a50c9a55b1acbeff3e23","kind":"commit","published_at":"2023-05-24T18:07:29.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.14.0","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.14.0/manifests"},{"name":"0.13.0","sha":"9e85bd43c3b3b3b9c9ad331c55019ba620bb8089","kind":"commit","published_at":"2023-04-27T16:25:38.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.13.0","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.13.0/manifests"},{"name":"0.12.0","sha":"62edc30f150199147bb12f2339e9d232ef344e20","kind":"commit","published_at":"2023-02-10T18:27:14.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.12.0","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.12.0/manifests"},{"name":"0.11.0","sha":"740e96e37aacef8668943f04ab3b5a04245ae7af","kind":"commit","published_at":"2023-01-20T20:40:39.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.11.0","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.11.0/manifests"},{"name":"0.10.0","sha":"f8518ab7e5bd1a5da33c8d82dfd0b2aa977e3ae6","kind":"commit","published_at":"2023-01-09T16:18:41.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.10.0","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.10.0/manifests"},{"name":"0.9.0","sha":"2f53ebf02a68142aa2134a8a09c2ed3de466fa46","kind":"commit","published_at":"2023-01-05T21:52:20.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.9.0","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.9.0/manifests"},{"name":"0.8.5","sha":"90dc5b09f5828391e8f355f651ca37c49304c500","kind":"commit","published_at":"2022-07-15T18:27:16.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.8.5","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.8.5/manifests"},{"name":"0.8.4","sha":"fbb79abe6cf2604166fdbd0e8b2225de08796bd0","kind":"commit","published_at":"2022-05-13T19:02:00.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.8.4","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.8.4/manifests"},{"name":"0.8.3","sha":"767729a46281e3a30f2db259c0c29fa686c333c4","kind":"commit","published_at":"2021-12-27T19:22:30.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.8.3","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.8.3/manifests"},{"name":"0.8.2","sha":"e2b09bbeae75b8aada37d474bdbee5a6254a0f60","kind":"commit","published_at":"2021-09-10T20:55:58.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.8.2","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.8.2/manifests"},{"name":"0.8.1","sha":"3bbcb6d5e5dd6dfee2a710745ba9f5886b5e2926","kind":"commit","published_at":"2021-08-20T19:33:57.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.8.1","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.8.1/manifests"},{"name":"0.8.0","sha":"7acdb98c42fdd9b98f9e1bc52a176c04816ff38e","kind":"commit","published_at":"2021-06-18T21:31:27.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.8.0","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.8.0/manifests"},{"name":"0.7.14","sha":"092043a0d693c984d2bf663398d6cec1489e5f57","kind":"commit","published_at":"2021-05-06T21:16:08.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.7.14","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.7.14/manifests"},{"name":"0.7.13","sha":"6d435217d06268daf1b1bd12821759482c407dc0","kind":"commit","published_at":"2021-04-16T22:23:30.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.7.13","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.7.13/manifests"},{"name":"0.7.12","sha":"3ac5cb293271a31a25b49f16e473bdacad2cc696","kind":"commit","published_at":"2020-10-26T20:18:02.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.7.12","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.7.12/manifests"},{"name":"0.7.11","sha":"08df139b0a2e986ef56e2d5bd4dd6ec318f5fce9","kind":"commit","published_at":"2020-08-11T14:39:47.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.7.11","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.7.11/manifests"},{"name":"0.7.10","sha":"d93a2e517d699537acca08a9872976c454b5b78d","kind":"commit","published_at":"2020-07-15T18:53:43.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.7.10","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.7.10/manifests"},{"name":"0.7.9","sha":"b4002097a6239c4ec988c4d6e3320aa992afb434","kind":"commit","published_at":"2020-06-16T18:09:06.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.7.9","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.7.9/manifests"},{"name":"0.7.8","sha":"0d3343a16b6b396e83d1a05a73ad6a1f4342640d","kind":"commit","published_at":"2020-06-05T19:09:20.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.7.8","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.7.8/manifests"},{"name":"0.7.7","sha":"a19b25b79fdd11cdd6550b81464b8ae827eabe48","kind":"commit","published_at":"2020-04-14T21:59:09.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.7.7","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.7.7/manifests"},{"name":"0.7.6","sha":"ded51fe2d7185582819aa3e217a00f6c5f623c8c","kind":"commit","published_at":"2020-04-08T01:34:17.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.7.6","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.7.6/manifests"},{"name":"0.7.4","sha":"99ccfc6b983e5786f595682f0606412ce3abc0f9","kind":"commit","published_at":"2020-03-04T01:31:22.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.7.4","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.7.4/manifests"},{"name":"0.7.3","sha":"560333dda8abe4e2c1784ece2c427a40698a4b3c","kind":"commit","published_at":"2020-02-27T19:22:42.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.7.3","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.7.3/manifests"},{"name":"0.7.2","sha":"1e868a7e28cd981ba567fb11eaa8ec1196a28e92","kind":"commit","published_at":"2020-02-27T16:47:51.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.7.2","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.7.2/manifests"},{"name":"0.7.1","sha":"f6e39563bc96630777999d11145a610f7a27bf8e","kind":"commit","published_at":"2020-01-08T17:14:17.000Z","download_url":"https://codeload.github.com/awslabs/aws-config-rdk/tar.gz/0.7.1","html_url":"https://github.com/awslabs/aws-config-rdk/releases/tag/0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/aws-config-rdk@0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/tags/0.7.1/manifests"}]},"repo_metadata_updated_at":"2025-08-01T00:49:30.657Z","dependent_packages_count":1,"downloads":10525,"downloads_period":"last-month","dependent_repos_count":8,"rankings":{"downloads":1.7450356580179165,"dependent_repos_count":5.16120068290696,"dependent_packages_count":4.781391382798716,"stargazers_count":3.189282397186229,"forks_count":3.832999309112295,"docker_downloads_count":null,"average":3.741981886004423},"purl":"pkg:pypi/rdk","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/rdk","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/rdk","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/rdk/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-07-22T11:13:13.780Z","issues_count":116,"pull_requests_count":88,"avg_time_to_close_issue":36175408.07692308,"avg_time_to_close_pull_request":1767532.5421686748,"issues_closed_count":78,"pull_requests_closed_count":83,"pull_request_authors_count":12,"issue_authors_count":52,"avg_comments_per_issue":1.0862068965517242,"avg_comments_per_pull_request":0.3409090909090909,"merged_pull_requests_count":71,"bot_issues_count":0,"bot_pull_requests_count":25,"past_year_issues_count":8,"past_year_pull_requests_count":17,"past_year_avg_time_to_close_issue":25394.25,"past_year_avg_time_to_close_pull_request":724083.4615384615,"past_year_issues_closed_count":4,"past_year_pull_requests_closed_count":13,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":7,"past_year_avg_comments_per_issue":1.0,"past_year_avg_comments_per_pull_request":0.17647058823529413,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":10,"past_year_merged_pull_requests_count":11,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/issues","maintainers":[{"login":"bmorrissirromb","count":52,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bmorrissirromb"},{"login":"mbeacom","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mbeacom"},{"login":"depaolism","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/depaolism"},{"login":"nimaft","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nimaft"}],"active_maintainers":[{"login":"bmorrissirromb","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bmorrissirromb"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/rdk/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/rdk/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/rdk/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/rdk/related_packages","maintainers":[{"uuid":"SantyAMZN","login":"SantyAMZN","name":null,"email":null,"url":null,"packages_count":1,"html_url":"https://pypi.org/user/SantyAMZN/","role":null,"created_at":"2023-01-05T22:10:10.510Z","updated_at":"2023-01-05T22:10:10.510Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/SantyAMZN/packages"},{"uuid":"sirromb","login":"sirromb","name":null,"email":null,"url":null,"packages_count":2,"html_url":"https://pypi.org/user/sirromb/","role":null,"created_at":"2023-02-10T23:36:41.415Z","updated_at":"2023-02-10T23:36:41.415Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/sirromb/packages"},{"uuid":"depaolism","login":"depaolism","name":null,"email":null,"url":null,"packages_count":2,"html_url":"https://pypi.org/user/depaolism/","role":"Owner","created_at":"2023-07-24T16:36:10.365Z","updated_at":"2023-07-24T16:36:10.365Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/depaolism/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":726523,"maintainers_count":308864,"namespaces_count":0,"keywords_count":238369,"github":"pypi","metadata":{"funded_packages_count":50594},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-09-09T06:31:19.922Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}}],"commits":{"id":648544,"full_name":"awslabs/aws-config-rdk","default_branch":"master","committers":[{"name":"Michael Borchert","email":"mborch@amazon.com","count":141},{"name":"rickychau2780","email":"rickychau2780@hotmail.com","count":47},{"name":"Jarrett Andrulis","email":"jandruli@amazon.com","count":41},{"name":"Geoff Singer","email":"singergs@amazon.com","count":32},{"name":"Michael Borchert","email":"michael.borchert@gmail.com","count":25},{"name":"jrault","email":"jrault@git.amazon.com","count":22},{"name":"Mark Beacom","email":"7315957+mbeacom@users.noreply.github.com","count":19},{"name":"jack1902","email":"39212456+jack1902@users.noreply.github.com","count":14},{"name":"jongogogo","email":"jrault@amazon.com","count":12},{"name":"Sandeep Batchu","email":"65614605+batchus@users.noreply.github.com","count":11},{"name":"Chau","email":"chauyu@38f9d34e87fa.ant.amazon.com","count":10},{"name":"Jarrett Andrulis","email":"Jarrett9999@gmail.com","count":8},{"name":"rafihm","email":"34249562+rafihm@users.noreply.github.com","count":8},{"name":"gregjinkim","email":"gregjinkim@gmail.com","count":6},{"name":"Jarrett","email":"jarrettandrulis@gmail.com","count":5},{"name":"Ricky Chau","email":"chauyu@amazon.com","count":5},{"name":"astrocloud Geoff Singer","email":"40733728+singergs@users.noreply.github.com","count":4},{"name":"Pablo E. Colazurdo","email":"pabcol@amazon.com","count":4},{"name":"Anderson Lovelace","email":"lovander@amazon.com","count":4},{"name":"Pablo E. Colazurdo","email":"pcolazurdo@yahoo.com","count":4},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com","count":4},{"name":"rafih","email":"rafih@amazon.com","count":3},{"name":"Daniel Lewis","email":"daniel.lewis@sourcedgroup.com","count":3},{"name":"Benjamin Morris","email":"93620006+bmorrissirromb@users.noreply.github.com","count":3},{"name":"Andrew Jorgensen","email":"ajorgens@amazon.com","count":3},{"name":"Disgruntled","email":"liam.wadman@gmail.com","count":2},{"name":"Benjamin Morris","email":"sirromb@amazon.com","count":2},{"name":"Deharam","email":"dmadhu@8c85902e4110.ant.amazon.com","count":2},{"name":"Justin Kufro","email":"jkufro@mitre.org","count":2},{"name":"piansap","email":"piansap@amazon.com","count":2},{"name":"Shubham Shah","email":"82979155+ShubhamShah11@users.noreply.github.com","count":2},{"name":"Yoanis Gil","email":"gyoanis@amazon.com","count":2},{"name":"Shikhar Jain","email":"shikharj05@gmail.com","count":2},{"name":"Michael Fuellbier","email":"fuellbie@amazon.com","count":2},{"name":"Afraz Khan","email":"ah.afrazkhan@gmail.com","count":1},{"name":"Attila Dulovics","email":"attila.dulovics@klarna.com","count":1},{"name":"Carlos Suarez","email":"eng.carlos.suarez@gmail.com","count":1},{"name":"Charles Haron","email":"ceharon@gmail.com","count":1},{"name":"Adam Johnson","email":"me@adamj.eu","count":1},{"name":"Adam Lazzarato","email":"adam.lazzarato@gmail.com","count":1},{"name":"James Siri","email":"jamesiri@amazon.com","count":1},{"name":"Henry Huang","email":"henry.s.huang@gmail.com","count":1},{"name":"Lauri Holmas","email":"lauri.holmas@lekane.com","count":1},{"name":"Naris Silpakit","email":"silpn@amazon.com","count":1},{"name":"Naris Silpakit","email":"7789365+naris-silpakit@users.noreply.github.com","count":1},{"name":"Mark Beacom","email":"markvbeacom@gmail.com","count":1},{"name":"Rob Reus","email":"rob@devrobs.nl","count":1},{"name":"RobReus","email":"rpa.reus@hotmail.com","count":1},{"name":"Ross M Karchner","email":"ross.karchner@cfpb.gov","count":1},{"name":"Brian Dwyer","email":"2973273+bdwyertech@users.noreply.github.com","count":1},{"name":"Keith Walker","email":"walkerk1980@users.noreply.github.com","count":1},{"name":"Silva (AWS)","email":"andress@3c063010a8a2.ant.amazon.com","count":1},{"name":"Santosh","email":"56784943+SantyAMZN@users.noreply.github.com","count":1},{"name":"Shreejesh MV","email":"veettils@amazon.com","count":1},{"name":"Stefan Olczak","email":"stefan.olczak@game-lion.com","count":1},{"name":"Samir Patel","email":"spatel@onica.com","count":1},{"name":"rafih","email":"rafih.techie@gmail.com","count":1},{"name":"ivanfuglo","email":"ivan.fuglo@gmail.com","count":1},{"name":"zsolt-halo","email":"net.zsolt.net@gmail.com","count":1},{"name":"Sam Dengler","email":"fsd@amazon.com","count":1},{"name":"Evgeniy","email":"bevgeniys@gmail.com","count":1},{"name":"Steven Nourse","email":"stevennourse@gmail.com","count":1},{"name":"Sean Wild","email":"37602498+seawildau@users.noreply.github.com","count":1},{"name":"stratusjerry","email":"jjones@stratussolutions.com","count":1}],"total_commits":486,"total_committers":64,"total_bot_commits":4,"total_bot_committers":1,"mean_commits":7.59375,"dds":0.7098765432098766,"past_year_committers":null,"past_year_total_commits":null,"past_year_total_committers":null,"past_year_total_bot_commits":null,"past_year_total_bot_committers":null,"past_year_mean_commits":null,"past_year_dds":null,"last_synced_at":"2023-03-19T10:49:13.526Z","last_synced_commit":"ff944bc5a3e0e8824c166824a08a74df71a5fcdc","created_at":"2023-03-09T09:17:27.666Z","updated_at":"2023-09-19T17:33:17.381Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-01T00:00:08.406Z","repositories_count":5479765,"commits_count":853310318,"contributors_count":31095240,"owners_count":906558,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues_stats":{"full_name":"awslabs/aws-config-rdk","html_url":"https://github.com/awslabs/aws-config-rdk","last_synced_at":"2025-08-31T09:16:44.044Z","status":null,"issues_count":115,"pull_requests_count":120,"avg_time_to_close_issue":37126971.881578945,"avg_time_to_close_pull_request":1607513.7653061224,"issues_closed_count":76,"pull_requests_closed_count":98,"pull_request_authors_count":13,"issue_authors_count":52,"avg_comments_per_issue":1.0521739130434784,"avg_comments_per_pull_request":0.3416666666666667,"merged_pull_requests_count":75,"bot_issues_count":1,"bot_pull_requests_count":57,"past_year_issues_count":4,"past_year_pull_requests_count":41,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":837740.6666666666,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":21,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":4,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.2682926829268293,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":38,"past_year_merged_pull_requests_count":10,"created_at":"2023-05-14T22:48:39.761Z","updated_at":"2025-09-02T17:54:20.883Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-config-rdk/issues","issue_labels_count":{"enhancement":13,"low_priority":6,"help wanted":2,"blocked":1,"dependencies":1,"bug":1},"pull_request_labels_count":{"dependencies":62,"python":32,"enhancement":1},"issue_author_associations_count":{"NONE":52,"COLLABORATOR":26,"CONTRIBUTOR":24,"MEMBER":13},"pull_request_author_associations_count":{"CONTRIBUTOR":70,"COLLABORATOR":38,"MEMBER":23,"NONE":7},"issue_authors":{"bmorrissirromb":26,"mbeacom":17,"rickychau2780":7,"jongogogo":7,"Gamecock":3,"lktslionel":3,"julienbonastre":2,"calebworks":2,"ashishpujari":2,"drem-darios":2,"charitha0798":2,"rafihm":2,"jebbens":1,"starchx":1,"mukavik":1,"aurelienmarie":1,"justinhauer":1,"carlosalvessdev":1,"javierorosario":1,"youngliu323":1,"ankitdn":1,"alex-mireles":1,"djschnei21":1,"dmajano":1,"spotrh":1,"SantyAMZN":1,"shreejeshmv":1,"gysiedebruyn":1,"JohnLakee":1,"egauk":1,"moolyasuresh":1,"pr3l14t0r":1,"jack1902":1,"rchanter":1,"jaxley":1,"siulpolb":1,"jarrettandrulis":1,"Distroyed":1,"michaelborchert":1,"guardbadger":1,"marcgardiner":1,"stevenruizhang":1,"lorenzstorm1":1,"gauravjain77":1,"wcannon":1,"jkratzersvb":1,"HalinGG":1,"swirle13":1,"linasslepikas":1,"libertyy":1,"mikn-dragon":1,"ia350DJishr528k":1},"pull_request_authors":{"dependabot[bot]":62,"bmorrissirromb":35,"mbeacom":26,"desaiajayhnr":2,"depaolism":2,"rayguncertified1":2,"liuyangc3":2,"quixoticmonk":2,"im4kv":1,"rumbyosei":1,"rickychau2780":1,"israel4435-ux":1,"nimaft":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-09T00:00:11.778Z","repositories_count":10182778,"issues_count":32029690,"pull_requests_count":100720980,"authors_count":10737440,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"},"past_year_issue_labels_count":{},"past_year_pull_request_labels_count":{"dependencies":34,"python":30},"past_year_issue_author_associations_count":{"NONE":3,"COLLABORATOR":1},"past_year_pull_request_author_associations_count":{"CONTRIBUTOR":34,"COLLABORATOR":2,"NONE":1},"past_year_issue_authors":{"ankitdn":1,"bmorrissirromb":1,"charitha0798":1,"jebbens":1},"past_year_pull_request_authors":{"dependabot[bot]":34,"bmorrissirromb":2,"israel4435-ux":1},"maintainers":[{"login":"bmorrissirromb","count":61,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bmorrissirromb"},{"login":"mbeacom","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mbeacom"},{"login":"depaolism","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/depaolism"},{"login":"nimaft","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nimaft"}],"active_maintainers":[{"login":"bmorrissirromb","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bmorrissirromb"}]},"events":{"total":{"CreateEvent":29,"ReleaseEvent":3,"IssuesEvent":3,"WatchEvent":17,"DeleteEvent":23,"IssueCommentEvent":17,"PushEvent":33,"PullRequestReviewEvent":2,"PullRequestEvent":48,"ForkEvent":1},"last_year":{"CreateEvent":29,"ReleaseEvent":3,"IssuesEvent":3,"WatchEvent":17,"DeleteEvent":23,"IssueCommentEvent":17,"PushEvent":33,"PullRequestReviewEvent":2,"PullRequestEvent":48,"ForkEvent":1}},"keywords":["amazon-web-services","aws","aws-config","aws-config-rules","rdk"],"dependencies":[{"ecosystem":"actions","filepath":".github/actions/dep-setup/action.yml","sha":null,"kind":"manifest","created_at":"2023-09-27T06:12:29.305Z","updated_at":"2023-09-27T06:12:29.305Z","repository_link":"https://github.com/awslabs/aws-config-rdk/blob/master/.github/actions/dep-setup/action.yml","dependencies":[{"id":13969643431,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":13969643437,"package_name":"actions/cache","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/publish.yaml","sha":null,"kind":"manifest","created_at":"2023-09-27T06:12:29.667Z","updated_at":"2023-09-27T06:12:29.667Z","repository_link":"https://github.com/awslabs/aws-config-rdk/blob/master/.github/workflows/publish.yaml","dependencies":[{"id":13969645156,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":13969645157,"package_name":"./.github/actions/dep-setup","ecosystem":"actions","requirements":"*","direct":true,"kind":"composite","optional":false},{"id":13969645177,"package_name":"softprops/action-gh-release","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/validate.yaml","sha":null,"kind":"manifest","created_at":"2023-09-27T06:12:30.121Z","updated_at":"2023-09-27T06:12:30.121Z","repository_link":"https://github.com/awslabs/aws-config-rdk/blob/master/.github/workflows/validate.yaml","dependencies":[{"id":13969646512,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":13969646515,"package_name":"./.github/actions/dep-setup","ecosystem":"actions","requirements":"*","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"maven","filepath":"rdk/template/runtime/java8/build.gradle","sha":null,"kind":"manifest","created_at":"2023-09-27T06:12:30.163Z","updated_at":"2023-09-27T06:12:30.163Z","repository_link":"https://github.com/awslabs/aws-config-rdk/blob/master/rdk/template/runtime/java8/build.gradle","dependencies":[{"id":13969648145,"package_name":"com.amazonaws:aws-lambda-java-core","ecosystem":"maven","requirements":"1.1.0","direct":true,"kind":"compile","optional":false}]},{"ecosystem":"pypi","filepath":"docs/requirements.txt","sha":null,"kind":"manifest","created_at":"2023-09-27T06:12:30.378Z","updated_at":"2023-09-27T06:12:30.378Z","repository_link":"https://github.com/awslabs/aws-config-rdk/blob/master/docs/requirements.txt","dependencies":[{"id":13969648979,"package_name":"cached-property","ecosystem":"pypi","requirements":"==1.5.2","direct":true,"kind":"runtime","optional":false},{"id":13969648980,"package_name":"certifi","ecosystem":"pypi","requirements":"==2022.12.7","direct":true,"kind":"runtime","optional":false},{"id":13969648981,"package_name":"charset-normalizer","ecosystem":"pypi","requirements":"==2.1.1","direct":true,"kind":"runtime","optional":false},{"id":13969648982,"package_name":"click","ecosystem":"pypi","requirements":"==8.1.3","direct":true,"kind":"runtime","optional":false},{"id":13969648983,"package_name":"colorama","ecosystem":"pypi","requirements":"==0.4.6","direct":true,"kind":"runtime","optional":false},{"id":13969648984,"package_name":"ghp-import","ecosystem":"pypi","requirements":"==2.1.0","direct":true,"kind":"runtime","optional":false},{"id":13969648985,"package_name":"griffe","ecosystem":"pypi","requirements":"==0.28.2","direct":true,"kind":"runtime","optional":false},{"id":13969648986,"package_name":"idna","ecosystem":"pypi","requirements":"==3.4","direct":true,"kind":"runtime","optional":false},{"id":13969648987,"package_name":"importlib-metadata","ecosystem":"pypi","requirements":"==4.13.0","direct":true,"kind":"runtime","optional":false},{"id":13969648988,"package_name":"jinja2","ecosystem":"pypi","requirements":"==3.1.2","direct":true,"kind":"runtime","optional":false},{"id":13969648989,"package_name":"markdown-include","ecosystem":"pypi","requirements":"==0.8.1","direct":true,"kind":"runtime","optional":false},{"id":13969648991,"package_name":"markdown","ecosystem":"pypi","requirements":"==3.3.7","direct":true,"kind":"runtime","optional":false},{"id":13969648992,"package_name":"markupsafe","ecosystem":"pypi","requirements":"==2.1.2","direct":true,"kind":"runtime","optional":false},{"id":13969648993,"package_name":"mergedeep","ecosystem":"pypi","requirements":"==1.3.4","direct":true,"kind":"runtime","optional":false},{"id":13969648994,"package_name":"mkdocs-autorefs","ecosystem":"pypi","requirements":"==0.4.1","direct":true,"kind":"runtime","optional":false},{"id":13969648995,"package_name":"mkdocs-material-extensions","ecosystem":"pypi","requirements":"==1.1.1","direct":true,"kind":"runtime","optional":false},{"id":13969648996,"package_name":"mkdocs-material","ecosystem":"pypi","requirements":"==9.1.14","direct":true,"kind":"runtime","optional":false},{"id":13969648997,"package_name":"mkdocs","ecosystem":"pypi","requirements":"==1.4.3","direct":true,"kind":"runtime","optional":false},{"id":13969648998,"package_name":"mkdocstrings-python","ecosystem":"pypi","requirements":"==1.0.0","direct":true,"kind":"runtime","optional":false},{"id":13969648999,"package_name":"mkdocstrings","ecosystem":"pypi","requirements":"==0.21.2","direct":true,"kind":"runtime","optional":false},{"id":13969649000,"package_name":"packaging","ecosystem":"pypi","requirements":"==21.3","direct":true,"kind":"runtime","optional":false},{"id":13969649001,"package_name":"pygments","ecosystem":"pypi","requirements":"==2.15.1","direct":true,"kind":"runtime","optional":false},{"id":13969649002,"package_name":"pymdown-extensions","ecosystem":"pypi","requirements":"==10.0.1","direct":true,"kind":"runtime","optional":false},{"id":13969649003,"package_name":"pyparsing","ecosystem":"pypi","requirements":"==3.0.9","direct":true,"kind":"runtime","optional":false},{"id":13969649004,"package_name":"python-dateutil","ecosystem":"pypi","requirements":"==2.8.2","direct":true,"kind":"runtime","optional":false},{"id":13969649005,"package_name":"pyyaml-env-tag","ecosystem":"pypi","requirements":"==0.1","direct":true,"kind":"runtime","optional":false},{"id":13969649006,"package_name":"pyyaml","ecosystem":"pypi","requirements":"==6.0","direct":true,"kind":"runtime","optional":false},{"id":13969649007,"package_name":"regex","ecosystem":"pypi","requirements":"==2023.5.5","direct":true,"kind":"runtime","optional":false},{"id":13969649008,"package_name":"requests","ecosystem":"pypi","requirements":"==2.31.0","direct":true,"kind":"runtime","optional":false},{"id":13969649009,"package_name":"six","ecosystem":"pypi","requirements":"==1.16.0","direct":true,"kind":"runtime","optional":false},{"id":13969649010,"package_name":"typing-extensions","ecosystem":"pypi","requirements":"==4.4.0","direct":true,"kind":"runtime","optional":false},{"id":13969649011,"package_name":"urllib3","ecosystem":"pypi","requirements":"==1.26.13","direct":true,"kind":"runtime","optional":false},{"id":13969649012,"package_name":"watchdog","ecosystem":"pypi","requirements":"==3.0.0","direct":true,"kind":"runtime","optional":false},{"id":13969649013,"package_name":"zipp","ecosystem":"pypi","requirements":"==3.11.0","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"poetry.lock","sha":null,"kind":"lockfile","created_at":"2023-09-27T06:12:30.493Z","updated_at":"2023-09-27T06:12:30.493Z","repository_link":"https://github.com/awslabs/aws-config-rdk/blob/master/poetry.lock","dependencies":[{"id":13969649078,"package_name":"bandit","ecosystem":"pypi","requirements":"1.7.5","direct":false,"kind":null,"optional":false},{"id":13969649079,"package_name":"black","ecosystem":"pypi","requirements":"22.12.0","direct":false,"kind":null,"optional":false},{"id":13969649080,"package_name":"boto3","ecosystem":"pypi","requirements":"1.26.139","direct":false,"kind":null,"optional":false},{"id":13969649081,"package_name":"boto3-stubs","ecosystem":"pypi","requirements":"1.26.139","direct":false,"kind":null,"optional":false},{"id":13969649082,"package_name":"botocore","ecosystem":"pypi","requirements":"1.29.139","direct":false,"kind":null,"optional":false},{"id":13969649083,"package_name":"botocore-stubs","ecosystem":"pypi","requirements":"1.29.130","direct":false,"kind":null,"optional":false},{"id":13969649962,"package_name":"cached-property","ecosystem":"pypi","requirements":"1.5.2","direct":false,"kind":null,"optional":false},{"id":13969649963,"package_name":"certifi","ecosystem":"pypi","requirements":"2023.7.22","direct":false,"kind":null,"optional":false},{"id":13969649964,"package_name":"charset-normalizer","ecosystem":"pypi","requirements":"2.1.1","direct":false,"kind":null,"optional":false},{"id":13969649965,"package_name":"click","ecosystem":"pypi","requirements":"8.1.3","direct":false,"kind":null,"optional":false},{"id":13969649966,"package_name":"colorama","ecosystem":"pypi","requirements":"0.4.6","direct":false,"kind":null,"optional":false},{"id":13969649967,"package_name":"debugpy","ecosystem":"pypi","requirements":"1.6.7","direct":false,"kind":null,"optional":false},{"id":13969649968,"package_name":"dparse","ecosystem":"pypi","requirements":"0.6.2","direct":false,"kind":null,"optional":false},{"id":13969649971,"package_name":"ghp-import","ecosystem":"pypi","requirements":"2.1.0","direct":false,"kind":null,"optional":false},{"id":13969649972,"package_name":"gitdb","ecosystem":"pypi","requirements":"4.0.10","direct":false,"kind":null,"optional":false},{"id":13969649973,"package_name":"gitpython","ecosystem":"pypi","requirements":"3.1.32","direct":false,"kind":null,"optional":false},{"id":13969649974,"package_name":"griffe","ecosystem":"pypi","requirements":"0.28.2","direct":false,"kind":null,"optional":false},{"id":13969649975,"package_name":"idna","ecosystem":"pypi","requirements":"3.4","direct":false,"kind":null,"optional":false},{"id":13969649976,"package_name":"importlib-metadata","ecosystem":"pypi","requirements":"4.13.0","direct":false,"kind":null,"optional":false},{"id":13969649977,"package_name":"isort","ecosystem":"pypi","requirements":"5.11.4","direct":false,"kind":null,"optional":false},{"id":13969649978,"package_name":"jinja2","ecosystem":"pypi","requirements":"3.1.2","direct":false,"kind":null,"optional":false},{"id":13969649979,"package_name":"jmespath","ecosystem":"pypi","requirements":"1.0.1","direct":false,"kind":null,"optional":false},{"id":13969649980,"package_name":"markdown","ecosystem":"pypi","requirements":"3.3.7","direct":false,"kind":null,"optional":false},{"id":13969649981,"package_name":"markdown-include","ecosystem":"pypi","requirements":"0.8.1","direct":false,"kind":null,"optional":false},{"id":13969649982,"package_name":"markdown-it-py","ecosystem":"pypi","requirements":"2.2.0","direct":false,"kind":null,"optional":false},{"id":13969649983,"package_name":"markupsafe","ecosystem":"pypi","requirements":"2.1.2","direct":false,"kind":null,"optional":false},{"id":13969649984,"package_name":"mdurl","ecosystem":"pypi","requirements":"0.1.2","direct":false,"kind":null,"optional":false},{"id":13969649985,"package_name":"mergedeep","ecosystem":"pypi","requirements":"1.3.4","direct":false,"kind":null,"optional":false},{"id":13969649986,"package_name":"mkdocs","ecosystem":"pypi","requirements":"1.4.3","direct":false,"kind":null,"optional":false},{"id":13969649987,"package_name":"mkdocs-autorefs","ecosystem":"pypi","requirements":"0.4.1","direct":false,"kind":null,"optional":false},{"id":13969649988,"package_name":"mkdocs-material","ecosystem":"pypi","requirements":"9.1.14","direct":false,"kind":null,"optional":false},{"id":13969649989,"package_name":"mkdocs-material-extensions","ecosystem":"pypi","requirements":"1.1.1","direct":false,"kind":null,"optional":false},{"id":13969649990,"package_name":"mkdocstrings","ecosystem":"pypi","requirements":"0.21.2","direct":false,"kind":null,"optional":false},{"id":13969649991,"package_name":"mkdocstrings-python","ecosystem":"pypi","requirements":"1.0.0","direct":false,"kind":null,"optional":false},{"id":13969649992,"package_name":"mypy","ecosystem":"pypi","requirements":"1.3.0","direct":false,"kind":null,"optional":false},{"id":13969649993,"package_name":"mypy-boto3-cloudformation","ecosystem":"pypi","requirements":"1.26.108","direct":false,"kind":null,"optional":false},{"id":13969649994,"package_name":"mypy-boto3-config","ecosystem":"pypi","requirements":"1.26.127","direct":false,"kind":null,"optional":false},{"id":13969649995,"package_name":"mypy-boto3-iam","ecosystem":"pypi","requirements":"1.26.97","direct":false,"kind":null,"optional":false},{"id":13969649997,"package_name":"mypy-boto3-s3","ecosystem":"pypi","requirements":"1.26.127","direct":false,"kind":null,"optional":false},{"id":13969650220,"package_name":"mypy-boto3-sts","ecosystem":"pypi","requirements":"1.26.136","direct":false,"kind":null,"optional":false},{"id":13969650226,"package_name":"mypy-extensions","ecosystem":"pypi","requirements":"1.0.0","direct":false,"kind":null,"optional":false},{"id":13969650229,"package_name":"packaging","ecosystem":"pypi","requirements":"21.3","direct":false,"kind":null,"optional":false},{"id":13969650232,"package_name":"pathspec","ecosystem":"pypi","requirements":"0.10.3","direct":false,"kind":null,"optional":false},{"id":13969650235,"package_name":"pbr","ecosystem":"pypi","requirements":"5.11.0","direct":false,"kind":null,"optional":false},{"id":13969650238,"package_name":"platformdirs","ecosystem":"pypi","requirements":"2.6.2","direct":false,"kind":null,"optional":false},{"id":13969650242,"package_name":"pydocstyle","ecosystem":"pypi","requirements":"6.3.0","direct":false,"kind":null,"optional":false},{"id":13969650245,"package_name":"pygments","ecosystem":"pypi","requirements":"2.15.1","direct":false,"kind":null,"optional":false},{"id":13969650248,"package_name":"pymdown-extensions","ecosystem":"pypi","requirements":"10.0.1","direct":false,"kind":null,"optional":false},{"id":13969650250,"package_name":"pyparsing","ecosystem":"pypi","requirements":"3.0.9","direct":false,"kind":null,"optional":false},{"id":13969650253,"package_name":"python-dateutil","ecosystem":"pypi","requirements":"2.8.2","direct":false,"kind":null,"optional":false},{"id":13969650256,"package_name":"pyyaml","ecosystem":"pypi","requirements":"6.0","direct":false,"kind":null,"optional":false},{"id":13969650258,"package_name":"pyyaml-env-tag","ecosystem":"pypi","requirements":"0.1","direct":false,"kind":null,"optional":false},{"id":13969650261,"package_name":"rdklib","ecosystem":"pypi","requirements":"0.3.0","direct":false,"kind":null,"optional":false},{"id":13969650264,"package_name":"regex","ecosystem":"pypi","requirements":"2023.5.5","direct":false,"kind":null,"optional":false},{"id":13969650267,"package_name":"requests","ecosystem":"pypi","requirements":"2.31.0","direct":false,"kind":null,"optional":false},{"id":13969650269,"package_name":"rich","ecosystem":"pypi","requirements":"13.3.5","direct":false,"kind":null,"optional":false},{"id":13969650272,"package_name":"ruamel-yaml","ecosystem":"pypi","requirements":"0.17.21","direct":false,"kind":null,"optional":false},{"id":13969650275,"package_name":"ruamel-yaml-clib","ecosystem":"pypi","requirements":"0.2.7","direct":false,"kind":null,"optional":false},{"id":13969650278,"package_name":"ruff","ecosystem":"pypi","requirements":"0.0.269","direct":false,"kind":null,"optional":false},{"id":13969650281,"package_name":"s3transfer","ecosystem":"pypi","requirements":"0.6.0","direct":false,"kind":null,"optional":false},{"id":13969650287,"package_name":"safety","ecosystem":"pypi","requirements":"2.3.5","direct":false,"kind":null,"optional":false},{"id":13969650290,"package_name":"setuptools","ecosystem":"pypi","requirements":"65.6.3","direct":false,"kind":null,"optional":false},{"id":13969650293,"package_name":"six","ecosystem":"pypi","requirements":"1.16.0","direct":false,"kind":null,"optional":false},{"id":13969650295,"package_name":"smmap","ecosystem":"pypi","requirements":"5.0.0","direct":false,"kind":null,"optional":false},{"id":13969650297,"package_name":"snowballstemmer","ecosystem":"pypi","requirements":"2.2.0","direct":false,"kind":null,"optional":false},{"id":13969650300,"package_name":"stevedore","ecosystem":"pypi","requirements":"3.5.2","direct":false,"kind":null,"optional":false},{"id":13969650303,"package_name":"toml","ecosystem":"pypi","requirements":"0.10.2","direct":false,"kind":null,"optional":false},{"id":13969650306,"package_name":"tomli","ecosystem":"pypi","requirements":"2.0.1","direct":false,"kind":null,"optional":false},{"id":13969650309,"package_name":"typed-ast","ecosystem":"pypi","requirements":"1.5.4","direct":false,"kind":null,"optional":false},{"id":13969650312,"package_name":"types-awscrt","ecosystem":"pypi","requirements":"0.16.17","direct":false,"kind":null,"optional":false},{"id":13969650871,"package_name":"types-pyyaml","ecosystem":"pypi","requirements":"6.0.12.10","direct":false,"kind":null,"optional":false},{"id":13969650877,"package_name":"types-s3transfer","ecosystem":"pypi","requirements":"0.6.1","direct":false,"kind":null,"optional":false},{"id":13969651646,"package_name":"typing-extensions","ecosystem":"pypi","requirements":"4.4.0","direct":false,"kind":null,"optional":false},{"id":13969651647,"package_name":"urllib3","ecosystem":"pypi","requirements":"1.26.13","direct":false,"kind":null,"optional":false},{"id":13969651648,"package_name":"watchdog","ecosystem":"pypi","requirements":"3.0.0","direct":false,"kind":null,"optional":false},{"id":13969651649,"package_name":"zipp","ecosystem":"pypi","requirements":"3.11.0","direct":false,"kind":null,"optional":false}]},{"ecosystem":"pypi","filepath":"pyproject.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T06:12:30.972Z","updated_at":"2023-09-27T06:12:30.972Z","repository_link":"https://github.com/awslabs/aws-config-rdk/blob/master/pyproject.toml","dependencies":[{"id":13969652040,"package_name":"python","ecosystem":"pypi","requirements":"^3.7.2","direct":true,"kind":"runtime","optional":false},{"id":13969652041,"package_name":"boto3","ecosystem":"pypi","requirements":"^1.26.139","direct":true,"kind":"runtime","optional":false},{"id":13969652042,"package_name":"pyyaml","ecosystem":"pypi","requirements":"^6.0","direct":true,"kind":"runtime","optional":false}]}],"score":19.690627518665462,"created_at":"2025-09-08T23:43:23.436Z","updated_at":"2025-10-07T08:34:58.596Z","avatar_url":"https://github.com/awslabs.png","language":"Python","category":null,"sub_category":null,"monthly_downloads":10525,"funding_links":[],"readme_doi_urls":[],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":["cloud-infrastructure","infrastructure-as-code","unit-testing","well-architected","security-audit","gdpr","labels","pypi","security-tools","security-hardening"],"project_url":"https://science.ecosyste.ms/api/v1/projects/132548","html_url":"https://science.ecosyste.ms/projects/132548"}