{"id":13740409,"url":"https://github.com/greghendershott/aws","last_synced_at":"2026-01-27T11:03:50.539Z","repository":{"id":4328551,"uuid":"5463553","full_name":"greghendershott/aws","owner":"greghendershott","description":"Racket support for Amazon Web Services.","archived":false,"fork":false,"pushed_at":"2025-05-22T15:16:23.000Z","size":706,"stargazers_count":79,"open_issues_count":13,"forks_count":25,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-05-22T16:29:45.594Z","etag":null,"topics":["amazon-web-services","racket"],"latest_commit_sha":null,"homepage":"","language":"Racket","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/greghendershott.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"greghendershott","custom":"https://www.paypal.me/greghendershott"}},"created_at":"2012-08-18T15:10:09.000Z","updated_at":"2025-05-22T15:16:18.000Z","dependencies_parsed_at":"2024-07-12T13:35:30.585Z","dependency_job_id":"e9aeb35e-6a59-4e6c-9fd7-8596a0d68fed","html_url":"https://github.com/greghendershott/aws","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/greghendershott/aws","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greghendershott%2Faws","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greghendershott%2Faws/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greghendershott%2Faws/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greghendershott%2Faws/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/greghendershott","download_url":"https://codeload.github.com/greghendershott/aws/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greghendershott%2Faws/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28812367,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T07:41:26.337Z","status":"ssl_error","status_checked_at":"2026-01-27T07:41:08.776Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["amazon-web-services","racket"],"created_at":"2024-08-03T04:00:47.482Z","updated_at":"2026-01-27T11:03:50.497Z","avatar_url":"https://github.com/greghendershott.png","language":"Racket","funding_links":["https://github.com/sponsors/greghendershott","https://www.paypal.me/greghendershott"],"categories":["Third-party APIs","Racket"],"sub_categories":[],"readme":"[![CI](https://github.com/greghendershott/aws/workflows/CI/badge.svg)](https://github.com/greghendershott/aws/actions)\n[![raco pkg install aws](https://img.shields.io/badge/raco_pkg_install-aws-aa00ff.svg)](http:pkgs.racket-lang.org/#[aws])\n[![Documentation](https://img.shields.io/badge/read-documentation-blue.svg)](http://pkg-build.racket-lang.org/doc/aws@aws/index.html)\n![BSD License](https://img.shields.io/badge/license-BSD-green)\n\n# Overview\n\nProvides [Racket](http://www.racket-lang.org) support for many [Amazon\nWeb Services](http://aws.amazon.com/documentation/):\n\n* [S3 storage](http://docs.amazonwebservices.com/AmazonS3/latest/dev/Welcome.html).\n\n* [SimpleDB database](http://docs.amazonwebservices.com/AmazonSimpleDB/latest/DeveloperGuide/Welcome.html).\n\n* [SES email](http://docs.amazonwebservices.com/ses/latest/DeveloperGuide/Welcome.html).\n\n* [SNS notification](http://docs.amazonwebservices.com/sns/latest/api/Welcome.html?r=9480).\n\n* [SQS queues](http://docs.amazonwebservices.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/Welcome.html).\n\n* [CloudWatch monitoring](http://docs.amazonwebservices.com/AmazonCloudWatch/latest/DeveloperGuide/Welcome.html).\n\n* [Glacier archiving](http://docs.amazonwebservices.com/amazonglacier/latest/dev/introduction.html).\n\n* [Authorization signature version 4](http://docs.amazonwebservices.com/general/latest/gr/signature-version-4.html).\n\n* [Route 53](http://docs.amazonwebservices.com/Route53/latest/APIReference/Welcome.html).\n\n* [Dynamo](http://docs.amazonwebservices.com/amazondynamodb/latest/developerguide/Introduction.html).\n\n\n# Requirements\n\n* Racket 6.2 or newer.\n\n* The access keys for an Amazon Web Services account. (If you want to\n  experiment but are concerned about cost, keep in mind that AWS has a\n  free usage tier.)\n\n* My [http] and [sha] packages. These are listed as dependencies and\n  will be installed automatically when you `raco pkg install aws`.\n\n[http]: https://github.com/greghendershott/http\n[sha]: https://github.com/greghendershott/sha\n\n\n# Documentation\n\n* [Documentation](http://pkg-build.racket-lang.org/doc/aws@aws/index.html).\n\n\n# Unit tests\n\nTo simply use the library you don't need to run the unit tests. But if you\nwant to run them:\n\n* The tests require you to specify certain personal information in a dot\n  file. See\n  [example-dot-aws-tests-data](https://github.com/greghendershott/aws/blob/master/tests/example-dot-aws-tests-data)\n  for more information.\n\n* The `rackunit` tests use the submodule feature added in Racket 5.3. Tests are\n  inside `(module+ test ...)` forms.\n\n  * You can run the tests for one `foo.rkt` file with `raco test foo.rkt`.\n\n  * You can run tests for all files using `raco test -x .`.  (The `-x` flag is\n    important to avoid evaluating rkt files that have no `test` module\n    whatsoever.)\n\n* Be aware that the tests are extensive and will do significant data\n  transfer with Amazon AWS. Although this shouldn't cost a _lot_ of\n  money, it will take some time for them to complete.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreghendershott%2Faws","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgreghendershott%2Faws","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreghendershott%2Faws/lists"}