{"categories":[{"label":"Application Frameworks","url":"https://skillfed.io/packages/category/software-development-libraries-application-frameworks/2"}],"enrichment":{"capability":"Chalice is a Python framework for building and deploying serverless applications to AWS Lambda, with decorators for integrating API Gateway, S3, SNS, SQS, and other AWS services.","skillfed_tags":["aws-lambda","serverless","rest-api"],"use_cases":["Build and deploy REST APIs on Lambda without writing CloudFormation or managing API Gateway manually.","Create scheduled background tasks that run on a timer using Lambda and CloudWatch Events.","Connect Lambda functions to S3 bucket events to trigger processing when objects are uploaded.","Process messages from SQS queues with Lambda handlers defined as simple Python functions.","Rapidly prototype serverless microservices with minimal infrastructure configuration overhead."],"what_it_does":"Chalice is a Python microframework that simplifies building and deploying serverless applications to AWS Lambda. It provides a decorator-based API for defining REST endpoints, scheduled tasks, and event handlers (S3, SNS, SQS) without boilerplate infrastructure code. The framework generates IAM policies automatically and handles deployment through a command-line tool that manages Lambda functions, API Gateway, and related resources.\n\nYou write Python functions decorated with @app.route(), @app.schedule(), or @app.on_s3_event() and run `chalice deploy` to push your application to AWS. Chalice abstracts away CloudFormation templates and manual resource provisioning, making it practical for developers who want to focus on application logic rather than AWS infrastructure plumbing. It supports Python 3.10 through 3.14 and depends on botocore and other standard AWS SDK libraries.","worth_installing":"Yes, if you are building serverless applications on AWS Lambda and want to avoid infrastructure boilerplate. Chalice is actively maintained, has no known vulnerabilities, low install friction, and a permissive license. It is well-suited for REST APIs, scheduled tasks, and event-driven Lambda handlers. Not suitable if you need multi-cloud deployment or prefer explicit infrastructure-as-code control."},"id":"chalice","links":{"html":"https://skillfed.io/packages/chalice","md":"https://skillfed.io/packages/chalice.md","pypi":"https://pypi.org/project/chalice/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-05-07","license_spdx":null,"license_treatment":"permissive","name":"chalice","python_support":"supports_current","summary":"Microframework"},"popularity":{"monthly_downloads":763727,"position":5125,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.33.0"}
