{"id":20534363,"url":"https://github.com/pyapp-org/pyapp-messaging-aws","last_synced_at":"2025-07-28T09:08:26.658Z","repository":{"id":98744579,"uuid":"270727723","full_name":"pyapp-org/pyapp-messaging-aws","owner":"pyapp-org","description":"📨 pyApp Standard Message Queuing for AWS SQS/SNS","archived":false,"fork":false,"pushed_at":"2020-06-22T14:11:42.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-07T17:46:00.790Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/pyapp-org.png","metadata":{"files":{"readme":"README.rst","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}},"created_at":"2020-06-08T15:49:39.000Z","updated_at":"2022-03-26T19:21:11.000Z","dependencies_parsed_at":"2023-05-25T02:30:20.472Z","dependency_job_id":null,"html_url":"https://github.com/pyapp-org/pyapp-messaging-aws","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pyapp-org/pyapp-messaging-aws","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyapp-org%2Fpyapp-messaging-aws","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyapp-org%2Fpyapp-messaging-aws/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyapp-org%2Fpyapp-messaging-aws/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyapp-org%2Fpyapp-messaging-aws/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pyapp-org","download_url":"https://codeload.github.com/pyapp-org/pyapp-messaging-aws/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyapp-org%2Fpyapp-messaging-aws/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267490054,"owners_count":24095878,"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-28T02:00:09.689Z","response_time":68,"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"}},"keywords":[],"created_at":"2024-11-16T00:26:20.272Z","updated_at":"2025-07-28T09:08:26.611Z","avatar_url":"https://github.com/pyapp-org.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"#######################\npyApp - Messaging - AWS\n#######################\n\n*Let us handle the boring stuff!*\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n   :target: https://github.com/ambv/black\n      :alt: Once you go Black...\n\n`pyApp Messaging`_ support for AWS SQS and SNS. Currently only ASyncIO interfaces\nare implemented.\n\n.. _pyApp Messaging: https://github.com/pyapp-org/pyapp-messaging\n\n\nInstallation\n============\n\nInstall using *pip*::\n\n    pip install pyapp-messaging-aws\n\nInstall using *pipenv*::\n\n    pipenv install pyapp-messaging-aws\n\n\nUsage\n=====\n\nInteraction with AWS is via pyapp.aiobotocore_ extension, configuration of your\nAWS credentials is required.\n\n.. _pyapp.aiobotocore: https://github.com/pyapp-org/pyapp.aiobotocore\n\nThis package provides the following connection interfaces:\n\n- ``pyapp_ext.messaging_aws.aio.SQSSender``\n    .. code-block:: python\n\n        SEND_MESSAGE_QUEUES = {\n            \"sqs\": (\n                \"pyapp_ext.messaging_aws.aio.SQSSender\",\n                {\"queue_name\": \"my-queue\"},\n            )\n        }\n\n- ``pyapp_ext.messaging_aws.aio.SQSReceiver``\n    .. code-block:: python\n\n        RECEIVE_MESSAGE_QUEUES = {\n            \"sqs\": (\n                \"pyapp_ext.messaging_aws.aio.SQSReceiver\",\n                {\"queue_name\": \"my-queue\"},\n            )\n        }\n\n- ``pyapp_ext.messaging_aws.aio.SNSSender``\n    .. code-block:: python\n\n        SEND_MESSAGE_QUEUES = {\n            \"sns\": (\n                \"pyapp_ext.messaging_aws.aio.SNSSender\",\n                # Topic name can also be an ARN\n                {\"topic_name\": \"my-topic\"},\n            )\n        }\n\n- ``pyapp_ext.messaging_aws.aio.SNSSender``\n    Creates a SQS queue that is subscribed to the SNS topic to receive messages.\n\n    .. code-block:: python\n\n        RECEIVE_MESSAGE_QUEUES = {\n            \"sns\": (\n                \"pyapp_ext.messaging_aws.aio.SNSReceiver\",\n                {\"topic_name\": \"my-topic\"},\n            )\n        }\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyapp-org%2Fpyapp-messaging-aws","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyapp-org%2Fpyapp-messaging-aws","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyapp-org%2Fpyapp-messaging-aws/lists"}