awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesAPI Container Packaging

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.

Awesome API Container Packaging GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • timothycrosley/hugtimothycrosley का अवतार

    timothycrosley/hug

    6,883GitHub पर देखें↗

    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.

    Python
    GitHub पर देखें↗6,883
  • fnproject/fnfnproject का अवतार

    fnproject/fn

    5,939GitHub पर देखें↗

    The container native, cloud agnostic serverless platform.

    Packages each function as a Docker container, ensuring consistent runtime environments across any infrastructure.

    Gocontainersdockerfaas
    GitHub पर देखें↗5,939
  • lambci/docker-lambdalambci का अवतार

    lambci/docker-lambda

    5,786GitHub पर देखें↗

    docker-lambda is a Docker-based serverless simulator and local emulator designed to replicate AWS Lambda runtime environments. It provides a system for executing serverless functions locally and mirroring cloud execution environments through containerized images. The project includes a local API server that allows for function invocation via HTTP to eliminate cold starts during testing. It features a build tool for compiling native dependencies and packaging function code into deployment archives using specialized system images. The environment supports mirroring shared dependency layers by

    Provides a utility to compile native dependencies and package functions into deployment archives.

    C#
    GitHub पर देखें↗5,786
  1. Home
  2. DevOps & Infrastructure
  3. API Container Packaging

सब-टैग एक्सप्लोर करें

  • Function Packaging1 सब-टैगPackaging serverless functions as Docker containers for consistent runtime environments across any infrastructure. **Distinct from API Container Packaging:** Distinct from API Container Packaging: focuses on packaging individual functions as containers, not entire web frameworks.