Back to browse
GitHub Repository

Modern AWS SDK for Python

4 starsPython

Modern AWS SDK for Python

by karpetrosyan·Jun 12, 2026·2 points·0 comments

AI Analysis

MidShip It

Yet another AWS SDK when boto3 v2 is already async-native and typed.

Strengths
  • Per-service packages (aws-sdk-s3, aws-sdk-ec2) reduce install size vs monolithic boto3.
  • WASM/Pyodide support enables AWS SDK usage in browser-based Python environments.
  • TypedDict inputs and outputs are interchangeable for cleaner response-to-request chaining.
Weaknesses
  • boto3 v2 already provides async support and type hints — this solves a diminishing problem.
  • Only 9 services launched when boto3 covers 200+ AWS services out of the box.
Target Audience

Python developers working with AWS services

Similar To

boto3 · aioboto3 · botocore

Similar Projects

Infrastructure●●●●Gem

Fakecloud – Free, open-source AWS emulator

LocalStack went proprietary—this AGPL binary fills the gap with 54k test variants.

Zero to OneSolve My ProblemWizardry
lucas_vieira
3791mo ago
Developer Tools●●Solid

PolyMCP – Run MCP Python Tools in WASM via Pyodide

PolyMCP turns Python functions into a single Pyodide WASM bundle so agents can call tools directly in the browser or at the edge — neat and practical. It keeps MCP niceties like input validation, error handling, and orchestration inside the bundle and ships runnable demo HTML to prove the flow. Be realistic about Pyodide trade-offs: bundle size and no native-extension support make this best for lightweight, interactive tools and demos rather than heavy backend workloads.

WizardryNiche Gem
justvugg
203mo ago