{"id":28534594,"url":"https://github.com/weavejester/delegance-aws","last_synced_at":"2025-07-07T22:31:05.748Z","repository":{"id":8592169,"uuid":"10226860","full_name":"weavejester/delegance-aws","owner":"weavejester","description":"Library to integrate Delegance with Amazon Web Services","archived":false,"fork":false,"pushed_at":"2013-05-29T12:01:45.000Z","size":140,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-09T17:13:39.538Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/weavejester.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-05-22T18:29:12.000Z","updated_at":"2023-07-25T13:48:22.000Z","dependencies_parsed_at":"2022-07-31T02:38:09.225Z","dependency_job_id":null,"html_url":"https://github.com/weavejester/delegance-aws","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/weavejester/delegance-aws","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weavejester%2Fdelegance-aws","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weavejester%2Fdelegance-aws/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weavejester%2Fdelegance-aws/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weavejester%2Fdelegance-aws/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weavejester","download_url":"https://codeload.github.com/weavejester/delegance-aws/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weavejester%2Fdelegance-aws/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264154796,"owners_count":23565230,"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","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-09T17:11:58.830Z","updated_at":"2025-07-07T22:31:05.742Z","avatar_url":"https://github.com/weavejester.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Delegance for AWS\n\nThis library allows [Delegance][1] to work with Amazon's [SQS][2],\n[SimpleDB][3] and [S3][4] services.\n\n[1]: https://github.com/weavejester/delegance\n[2]: http://aws.amazon.com/sqs/\n[3]: http://aws.amazon.com/simpledb/\n[4]: http://aws.amazon.com/s3/\n\n## Installation\n\nAdd the following dependency to your `project.clj` file:\n\n    [delegance/amazon-web-services \"0.1.2\"]\n\n## Usage\n\nCreate a configuration map using `s3-store` and `sqs-queue`:\n\n```clojure\n(def cred\n  {:access-key ...\n   :secret-key ...})\n\n(def config\n  {:queue (sqs-queue (assoc cred :queue \"delegance\"))\n   :store (s3-store (assoc cred :bucket \"delegance\"))})\n```\n\nCreate the SQS queue and S3 bucket if necessary, then use the config\nwith delegance:\n\n```clojure\n(def worker\n  (run-worker config))\n\n(def result\n  (delegate config `(+ 1 1))\n```\n\n## License\n\nCopyright © 2013 James Reeves\n\nDistributed under the Eclipse Public License, the same as Clojure.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweavejester%2Fdelegance-aws","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweavejester%2Fdelegance-aws","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweavejester%2Fdelegance-aws/lists"}