3 repository-uri
Bundling web frameworks and their dependencies into container images for deployment.
Distinct from Infrastructure API Packaging: The candidates focused on infrastructure-specific packaging or hosting rather than general application containerization.
Explore 3 awesome GitHub repositories matching devops & infrastructure · API Container Packaging. Refine with filters or upvote what's useful.
Hug is a type-driven Python web framework designed for building APIs. It uses Python type annotations to automatically validate and convert incoming request data and to format outgoing responses. The framework functions as an automated documentation tool by extracting function signatures and markers from source code to generate accessible API specifications. It also supports non-blocking coroutines for asynchronous API processing to handle background tasks without interrupting the main request cycle. The project provides capabilities for REST API development, including route mapping, endpoin
Enables bundling the web server and dependencies into portable images for consistent environment deployment.
The container native, cloud agnostic serverless platform.
Packages each function as a Docker container, ensuring consistent runtime environments across any infrastructure.
docker-lambda este un simulator serverless bazat pe Docker și un emulator local conceput pentru a replica mediile de runtime AWS Lambda. Oferă un sistem pentru executarea funcțiilor serverless local și oglindirea mediilor de execuție din cloud prin imagini containerizate. Proiectul include un server API local care permite invocarea funcțiilor via HTTP pentru a elimina cold start-urile în timpul testării. Dispune de un instrument de build pentru compilarea dependențelor native și împachetarea codului funcției în arhive de implementare folosind imagini de sistem specializate. Mediul suportă oglindirea straturilor de dependență partajate prin montarea directoarelor locale și utilizează monitorizarea sistemului de fișiere pentru a permite hot reloading-ul codului funcției. De asemenea, oferă un mecanism pentru a transmite payload-uri mari de evenimente prin input standard pentru a depăși limitările de lungime ale liniei de comandă.
Provides a utility to compile native dependencies and package functions into deployment archives.