> **Production-ready AWS serverless architecture patterns with CloudFormation templates, Lambda implementations, and comprehensive documentation.**
Browse the actual product documentation and code examples included in this toolkit.
Key features of Serverless Patterns Collection
• **AWS CLI v2** with configured credentials • **Python 3.12+** (for Lambda functions and scripts) • **AWS account** with appropriate IAM permissions • No external Python packages required (stdlib only) • Documentation: See the `docs/` directory for comprehensive guides • Cost questions: Run `python3 scripts/cost_calculator.py`
**AWS CLI v2** with configured credentials
**Python 3.12+** (for Lambda functions and scripts)
**AWS account** with appropriate IAM permissions
No external Python packages required (stdlib only)
Documentation: See the `docs/` directory for comprehensive guides
Cost questions: Run `python3 scripts/cost_calculator.py`
Configure Serverless Patterns Collection parameters to see how the product works.
# Run the interactive pattern selector python3 scripts/pattern_selector.py # Or see all patterns at a glance python3 scripts/pattern_selector.py --all