Python Serverless Microframework for AWS
AWS Chalice is a Python framework for building serverless applications on AWS Lambda. It provides a command-line tool and decorator-based API for creating REST APIs and integrating with AWS services including API Gateway, S3, SNS, SQS, and DynamoDB, along with automatic IAM policy generation. The framework is built in Python and supports Python versions 3.10 through 3.14, allowing developers to deploy applications with a single `chalice deploy` command.