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.38.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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file amgi_aiobotocore-0.38.0.tar.gz.
File metadata
- Download URL: amgi_aiobotocore-0.38.0.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6102df83710a46ef947067b26e63f3616ff1cd43de2bcc4c4e6526695ec8b9ed
|
|
| MD5 |
74c4734abc68e6f714113682f66d73be
|
|
| BLAKE2b-256 |
149502b44a2c37f91dc0306be5258a91aa0e27a13d0582a978c5ccd4dc05013b
|
File details
Details for the file amgi_aiobotocore-0.38.0-py3-none-any.whl.
File metadata
- Download URL: amgi_aiobotocore-0.38.0-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a141e973dcbabe9fd0649875c7fa45840708b5f573a8b15a0f6f46e8fd6de7e
|
|
| MD5 |
271bfc56c995bd7b01f9c2fa282b2459
|
|
| BLAKE2b-256 |
df7b834fdf72ef45bf97acc1b203ec8c31e2c79f1c4a8174de5442f4169b52f9
|