# aws/chalice

Python Serverless Microframework for AWS

Repository: https://github.com/aws/chalice
Canonical: https://ross.abutalabs.com/products/chalice
Language: Python
License: Apache-2.0
License Family: permissive
Topics: python, aws, aws-lambda, cloud, serverless, serverless-framework, aws-apigateway, lambda, python3, python27
Last push: 2026-08-12T15:03:00+00:00

## Health v2 (maintenance only)
Score: 76/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 97, release rhythm 35, longevity 100
- inputs: {"age_days": 3750, "days_push": 21, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 11061, forks 1012 (observed 2026-08-28T04:10:45.998103+00:00)

## What it is
AWS Chalice is a Python serverless microframework for building and deploying applications on AWS Lambda. It provides a CLI for scaffolding and deployment, decorator-based integrations with API Gateway, S3, SNS, SQS, and scheduled tasks, plus automatic IAM policy generation.

## Use cases
- deploy a python rest api to aws lambda
- run a lambda function on a schedule
- trigger a lambda when a file is uploaded to s3
- process sqs queue messages with lambda
- quickly scaffold and deploy a serverless app
- generate iam policies automatically for my lambda app

## When to choose
- you want a lightweight, decorator-based alternative to the AWS SAM or Serverless Framework for Python
- you need fast iteration deploying Python APIs and event handlers to AWS Lambda
- you want automatic IAM policy generation from your code

## When to avoid
- you need multi-cloud or non-AWS serverless deployment
- you need complex infrastructure provisioning beyond Lambda, API Gateway, and event sources
- your team prefers infrastructure-as-code tools like Terraform or CDK for full control

## Facets
- artifact type: framework
- maturity: stable
- function: web-framework, deployment, serverless, cli, api-framework, middleware
- domain: cloud-computing, backend, web-development, developer-tools, apis
- platform: python, cloud, cli, serverless
- tags: aws-lambda, api-gateway, serverless-framework, microframework, iam-policy-generation, event-driven, automation

## Member repositories
- aws/chalice (main) score 76

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:45.998103+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:16:49.952053+00:00, confidence not recorded.
  - readme: https://github.com/aws/chalice (fetched 2026-08-28T04:10:45.998103+00:00, sha 8beadcb27f18)
  - registry_pypi: https://pypi.org/pypi/chalice/json (fetched 2026-08-29T08:15:31.818923+00:00, sha 266984a6a197)
- Data as of 2026-08-30T08:39:29.467469+00:00.
