{"id":24435275,"url":"https://github.com/macielti/aws-client-component","last_synced_at":"2026-02-08T16:03:45.094Z","repository":{"id":271475381,"uuid":"910355532","full_name":"macielti/aws-client-component","owner":"macielti","description":"AWS Client Integrant component","archived":false,"fork":false,"pushed_at":"2025-01-08T10:51:23.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-26T10:59:19.183Z","etag":null,"topics":["aws","clojure","graalvm","sqs"],"latest_commit_sha":null,"homepage":"https://github.com/macielti/aws-client-component","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/macielti.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2024-12-31T04:10:08.000Z","updated_at":"2025-01-08T10:51:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"dbe45a1b-6b13-45d7-bac6-3a573ee7871b","html_url":"https://github.com/macielti/aws-client-component","commit_stats":null,"previous_names":["macielti/aws-client-component"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/macielti/aws-client-component","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macielti%2Faws-client-component","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macielti%2Faws-client-component/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macielti%2Faws-client-component/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macielti%2Faws-client-component/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/macielti","download_url":"https://codeload.github.com/macielti/aws-client-component/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macielti%2Faws-client-component/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29236146,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T14:18:14.570Z","status":"ssl_error","status_checked_at":"2026-02-08T14:18:14.071Z","response_time":57,"last_error":"SSL_read: 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"}},"keywords":["aws","clojure","graalvm","sqs"],"created_at":"2025-01-20T17:18:55.782Z","updated_at":"2026-02-08T16:03:45.056Z","avatar_url":"https://github.com/macielti.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Clojars Project](https://img.shields.io/clojars/v/net.clojars.macielti/aws-client-component.svg)](https://clojars.org/net.clojars.macielti/aws-client-component)\n![Compatible with GraalVM](https://img.shields.io/badge/compatible_with-GraalVM-green)\n\n# AWS Client Component\n\nAWS Client Integrant component\n\n## Warnings\n\nYou should declare both `com.cognitect.aws/api` and `com.cognitect.aws/endpoints` as direct dependencies for your\nproject:\n\n```clojure \n  [com.cognitect.aws/api \"0.8.692\"]\n  [com.cognitect.aws/endpoints \"1.1.12.772\"]\n```\n\nIf your product also use `pedestal` you should use the `0.5.7` version.\n\n## GraalVM Native Image Generation\n\nYou should use `\"-H:ReflectionConfigurationFiles=reflect-config.json\"` with the following as content to\n`reflect-config.json` file:\n\n```json \n[\n  {\n    \"name\": \"java.nio.HeapByteBuffer[]\",\n    \"unsafeAllocated\": true\n  }\n]\n```\n\nYou should also use `\"-H:ConfigurationFileDirectories=graalvm-resources\"` and inside the `graalvm-resources` folder you\nshould have a `resource-config.json` file with the following content:\n\n```json\n{\n  \"resources\": {\n    \"includes\": [\n      {\n        \"pattern\": \"cognitect/aws/.+\\\\.edn\"\n      },\n      {\n        \"pattern\" : \"cognitect_aws_http.edn\"\n      }\n    ]\n  }\n}\n```\n\n## License\n\nCopyright © 2024 Bruno do Nascimento Maciel\n\nThis program and the accompanying materials are made available under the\nterms of the Eclipse Public License 2.0 which is available at\nhttp://www.eclipse.org/legal/epl-2.0.\n\nThis Source Code may also be made available under the following Secondary\nLicenses when the conditions for such availability set forth in the Eclipse\nPublic License, v. 2.0 are satisfied: GNU General Public License as published by\nthe Free Software Foundation, either version 2 of the License, or (at your\noption) any later version, with the GNU Classpath Exception which is available\nat https://www.gnu.org/software/classpath/license.html.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacielti%2Faws-client-component","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmacielti%2Faws-client-component","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacielti%2Faws-client-component/lists"}