Handles the two most common Python Lambda patterns: Chalice for REST APIs with routing built in, and raw Python for minimal overhead. The skill covers cold start optimization (keeping them under 200ms for Chalice, under 100ms for raw), connection pooling for boto3 clients, and deployment configs for both Serverless Framework and SAM. What's useful here is the practical guidance on memory settings and dependency management, since bloated packages are usually what kill Python Lambda performance. If you're choosing between framework convenience and maximum control for a Python serverless project, this walks through both paths with actual tradeoffs instead of just picking one.
npx skills add https://github.com/giuseppe-trisciuoglio/developer-kit --skill aws-lambda-python-integration