Skip to main content

AMGI AWS Services Servers

Project description

amgi-aiobotocore

amgi-aiobotocore is an AMGI compatible server project, currently supporting running AMGI applications against SQS.

Installation

pip install amgi-aiobotocore==0.28.0

Example

This example uses AsyncFast:

from dataclasses import dataclass

from amgi_aiobotocore.sqs import run
from asyncfast import AsyncFast

app = AsyncFast()


@dataclass
class Order:
    item_ids: list[str]


@app.channel("order-queue")
async def order_queue(order: Order) -> None:
    # Makes an order
    ...


if __name__ == "__main__":
    run(app, "order-queue")

Or the application could be run via the commandline:

asyncfast run amgi-aiobotocore-sqs main:app order-queue

Contact

For questions or suggestions, please contact jack.burridge@mail.com.

License

Copyright 2025 AMGI

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

amgi_aiobotocore-0.28.0.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

amgi_aiobotocore-0.28.0-py3-none-any.whl (5.8 kB view details)

Uploaded Python 3

File details

Details for the file amgi_aiobotocore-0.28.0.tar.gz.

File metadata

  • Download URL: amgi_aiobotocore-0.28.0.tar.gz
  • Upload date:
  • Size: 4.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.27 {"installer":{"name":"uv","version":"0.9.27","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for amgi_aiobotocore-0.28.0.tar.gz
Algorithm Hash digest
SHA256 f830e37216abb4dae4a8c07e5fd9885d6e492cbb7df7af417b4bb5aee93ecfa2
MD5 7fc766e148c21cb02e25b387a4b3f847
BLAKE2b-256 6fae990b7fd3301b7c153eb0860387bbb5da4129b25714728a0728399aa5f9bb

See more details on using hashes here.

File details

Details for the file amgi_aiobotocore-0.28.0-py3-none-any.whl.

File metadata

  • Download URL: amgi_aiobotocore-0.28.0-py3-none-any.whl
  • Upload date:
  • Size: 5.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.27 {"installer":{"name":"uv","version":"0.9.27","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for amgi_aiobotocore-0.28.0-py3-none-any.whl
Algorithm Hash digest
SHA256 72efb83659fe8ff646b95d1527943928b3345fcab7b574fef8d25b317d3dc7e0
MD5 caf40ead0cc8a0ed19b4b13d2c87ab04
BLAKE2b-256 1f5706774542e02f71353e714f1200a6bc990d7d8295b33f6bcaf218b227fd88

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page