Show HN: Exploring a More Pythonic AWS SDK
Category: library
Tags: aws-sdk, async, python, code-generation, typeddicts
Score: 6.8/10 (Innovation: 7, Technical: 8, Documentation: 6, Utility: 6)
This project provides a modern, async-native AWS SDK for Python generated from official Smithy models, with full type hints via TypedDicts and experimental WASM support. Its innovative approach of using code generation to eliminate runtime overhead while maintaining a simple, interchangeable input/output API fills a gap for Python developers seeking a more Pythonic and type-safe alternative to boto3.
Target audience: backend devs, data engineers
Repository: https://github.com/kap-sh/aws-sdk-python · Python · MIT · 6 stars
View on Hacker News