Backend Lambda banner
aws-solutions-library-samples aws-solutions-library-samples

Backend Lambda

Development community

Description

# Backend Lambda Development — GenAI IDP Accelerator ## Stack & Runtime - **Python**: 3.12 (target: `>=3.12,<3.14`) - **Framework**: AWS SAM (`AWS::Serverless-2016-10-31`) - **Packaging**: Zip (utility Lambdas) or Container Image via ECR (processing Lambdas) - **Architecture**: `arm64` preferred - **Linting**: ruff (line-length 88, double quotes, isort, TID251 banned-api rules) - **Type Checking**: basedpyright (basic mode, Python 3.12, Linux platform) - **Testing**: pytest with `@pytest.mark.u

Installation

Installs to ~/.claude/skills/aws-solutions-library-samples-accelerated-intelligent-document-processing-on-aws-backend-lambda/SKILL.md

Terminal
mkdir -p ~/.claude/skills/aws-solutions-library-samples-accelerated-intelligent-document-processing-on-aws-backend-lambda && curl -fsSL https://raw.githubusercontent.com/aws-solutions-library-samples/accelerated-intelligent-document-processing-on-aws/HEAD/.claude/skills/backend-lambda.md -o ~/.claude/skills/aws-solutions-library-samples-accelerated-intelligent-document-processing-on-aws-backend-lambda/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository