{"id":26009245,"url":"https://github.com/pokepay/aws-sdk-lisp","last_synced_at":"2026-01-12T08:38:57.605Z","repository":{"id":24546047,"uuid":"101856689","full_name":"pokepay/aws-sdk-lisp","owner":"pokepay","description":"AWS-SDK for Common Lisp","archived":false,"fork":false,"pushed_at":"2024-12-17T08:19:24.000Z","size":27871,"stargazers_count":95,"open_issues_count":14,"forks_count":22,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-12-19T05:19:36.266Z","etag":null,"topics":["aws","aws-sdk","common-lisp"],"latest_commit_sha":null,"homepage":null,"language":"Common Lisp","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/pokepay.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-30T08:22:33.000Z","updated_at":"2025-09-03T13:24:34.000Z","dependencies_parsed_at":"2024-05-13T08:54:19.876Z","dependency_job_id":null,"html_url":"https://github.com/pokepay/aws-sdk-lisp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pokepay/aws-sdk-lisp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pokepay%2Faws-sdk-lisp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pokepay%2Faws-sdk-lisp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pokepay%2Faws-sdk-lisp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pokepay%2Faws-sdk-lisp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pokepay","download_url":"https://codeload.github.com/pokepay/aws-sdk-lisp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pokepay%2Faws-sdk-lisp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28337599,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","aws-sdk","common-lisp"],"created_at":"2025-03-05T22:02:01.923Z","updated_at":"2026-01-12T08:38:57.599Z","avatar_url":"https://github.com/pokepay.png","language":"Common Lisp","funding_links":[],"categories":["REPLs ##"],"sub_categories":[],"readme":"# AWS-SDK for Common Lisp\n\n## Warning\n\nThis software is still ALPHA quality. The APIs will be likely to change.\n\n## Usage\n\nAWS-SDK provides interfaces for each AWS services as individual systems under \"aws-sdk/services/*\".\n\nHere's an example to send an SMS via Amazon Simple Notification Service:\n\n```common-lisp\n(ql:quickload '(:aws-sdk :aws-sdk/services/sns))\n\n(setf aws:*session* (aws:make-session))\n\n;; Sending \n(aws/sns:publish :phone-number \"+8190xxxxxxxx\" :message \"Hi, there\")\n```\n\n## Configuring the SDK\n\n### Configuring Credentials\n\nBefore using the SDK, you'll need to set AWS credentials for AWS services. AWS-SDK supports multiple methods to configure AWS credentials.\n\n* Environment Credentials: Set `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY`\n* Shared Credentials file (~/.aws/credentials).\n* EC2 Instance Role Credentials\n\nIt's also can be configured via `aws:*session*`:\n\n```common-lisp\n(setf aws:*session*\n      (aws:make-session :credentials\n                        (aws:make-credentials\n                         :access-key-id \"XXXXXXXXXXXXXXXXXXXX\"\n                         :secret-access-key \"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\"\n                         :session-token \"xxxxxxxxxxx\")))\n```\n\n### Configuring AWS Region\n\nFor making AWS API request, AWS region is also required. There're multiple methods to configure it.\n\n* Environment variable: `AWS_REGION`\n* Shared configuration file (~/.aws/config).\n\nIt's also can be configured via `aws:*session*`:\n\n```common-lisp\n(setf aws:*session* (aws:make-session :region \"us-west-2\"))\n```\n\n## Development note\n\n### Generating all services\n\n```\n$ lake\n```\n\n## Author\n\n* Eitaro Fukamachi (e.arrows@gmail.com)\n\nThis product is developed with the generous support of [Pocket Change, K.K.](https://www.pocket-change.jp/)\n\n## Copyright\n\nCopyright (c) 2017 Eitaro Fukamachi (e.arrows@gmail.com)\n\n## License\n\nLicensed under the BSD 2-Clause License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpokepay%2Faws-sdk-lisp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpokepay%2Faws-sdk-lisp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpokepay%2Faws-sdk-lisp/lists"}