1 dépôt
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 is a Python development framework for building and deploying serverless applications and REST APIs on AWS. It functions as a microservice tool that automates the deployment of code and infrastructure to AWS Lambda and orchestrates AWS API Gateway to route HTTP requests to specific serverless functions. The framework features an automated system that analyzes source code to generate the minimum required identity and access management permissions. It also provides a command line interface to manage the complete application lifecycle, from project creation and deployment to the removal o
Enables the creation of event-driven microservices using Python.