{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/20"},{"label":"Internet","url":"https://skillfed.io/packages/category/internet/5"}],"enrichment":{"capability":"Lightweight asyncio SDK for AWS S3, SES, and SNS services with clean, type-hinted APIs and AWS Signature Version 4 authentication, built without boto or boto3.","skillfed_tags":["async-aws","s3-ses-sns","type-hinted"],"use_cases":["Upload and manage files in S3 from async Python applications without boto3 overhead.","Send transactional emails via SES with attachments in async contexts (e.g., FastAPI handlers).","Verify and process SES delivery notifications via SNS webhooks in web frameworks.","Generate signed S3 URLs for direct browser uploads or time-limited downloads.","Build lightweight AWS integrations in serverless functions where minimal dependencies are critical."],"what_it_does":"aioaws is a minimal, type-hinted asyncio SDK for three AWS services: S3 (upload, download, list, delete, signed URLs), SES (email with attachments and multipart), and SNS (webhook verification). It implements AWS Signature Version 4 authentication from scratch and depends only on aiofiles, cryptography, httpx, and pydantic\u2014no boto or boto3. The library is formatted with black and passes mypy in strict mode, making it suitable for codebases that prioritize type safety and debuggability.\n\nThe package is stable and production-ready but dormant: the last release was 2024-08-16 and the last commit in 2024-11-18. It works well for developers who want a lightweight, async-first alternative for specific AWS services, but you should expect no active maintenance or new features. The small dependency footprint and clean API make it attractive for serverless functions or microservices where bundle size matters.","worth_installing":"Yes, if you need async S3, SES, or SNS access and want to avoid boto3's weight and complexity. The type hints, clean API, and permissive MIT license make it a solid choice for new async projects. No, if you require active maintenance, frequent updates, or comprehensive AWS service coverage\u2014the package is dormant and covers only three services. Yes-with-conditions if you're already committed to asyncio and can live with no upstream support; test thoroughly in your environment first."},"id":"aioaws","links":{"html":"https://skillfed.io/packages/aioaws","md":"https://skillfed.io/packages/aioaws.md","pypi":"https://pypi.org/project/aioaws/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2024-08-16","license_spdx":null,"license_treatment":"permissive","name":"aioaws","python_support":"supports_current","summary":"Asyncio SDK for some AWS services."},"popularity":{"monthly_downloads":104613,"position":12742,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.15.1"}
