1 个仓库
Tools for building event-driven microservices and API endpoints.
Distinct from Python Development Tools: Focuses on the microservice architecture for serverless rather than general developer productivity tools
Explore 1 awesome GitHub repository matching development tools & productivity · Serverless Microservices. Refine with filters or upvote what's useful.
Chalice 是一个用于在 AWS 上构建和部署无服务器(serverless)应用及 REST API 的 Python 开发框架。它作为一个微服务工具,自动化了代码和基础设施到 AWS Lambda 的部署,并编排 AWS API Gateway 将 HTTP 请求路由到特定的无服务器函数。 该框架具有一个自动化系统,可分析源代码以生成所需的最小身份和访问管理(IAM)权限。它还提供了一个命令行界面来管理完整的应用生命周期,从项目创建和部署到云资源的移除。 该项目通过将云函数连接到存储桶、消息队列或定期调度来处理事件驱动的自动化。它还通过基于装饰器的路由映射和对云服务调用的静态分析来处理基础设施合成。
Enables the creation of event-driven microservices using Python.