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.41.1

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.41.1.tar.gz (4.7 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.41.1-py3-none-any.whl (6.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: amgi_aiobotocore-0.41.1.tar.gz
  • Upload date:
  • Size: 4.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","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.41.1.tar.gz
Algorithm Hash digest
SHA256 c0ebd2bf7edf72e043a933687b49c14b6d9f051d10daa7834ecb060db75922d1
MD5 11179ef8617a2a6871c10b06cb10b7fc
BLAKE2b-256 93284c1f6a9454050e5c5e83225963a58264ca7b5b6fdb430acbbcce576e1d8d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: amgi_aiobotocore-0.41.1-py3-none-any.whl
  • Upload date:
  • Size: 6.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","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.41.1-py3-none-any.whl
Algorithm Hash digest
SHA256 51ab1560b54e4d657eadf3df96cd42c401d0cd54bd1770aaaab9db2b1bcf087c
MD5 cf7dacc91b006a3752d02af3d09b1998
BLAKE2b-256 ffdd0f12abd3369a8060dc6f8b0e7a22bafb62665860d21c8a3592fc53865c97

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