2 रिपॉजिटरी
Configuration and execution of serverless functions within containerized messaging environments.
Distinct from Serverless Function Executions: Focuses on the testing/configuration of these functions rather than the general execution model or portability.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Serverless Function Testing. Refine with filters or upvote what's useful.
Testcontainers for .NET is a Docker testing library and integration testing framework designed to manage the lifecycle of throwaway containers. It provides high-level abstractions as a Docker API wrapper to provision ephemeral infrastructure, replacing mocks with real database, messaging, and search engine instances to ensure isolated and reproducible test environments. The project distinguishes itself through a builder-configuration-container pattern and a dynamic port binding mechanism that prevents collisions during concurrent test execution. It enables reliable service-to-service communic
Configures container instances to support serverless computing functions for data processing within Apache Pulsar.
This project serves as a comprehensive technical guide and framework for building, deploying, and managing event-driven applications. It focuses on serverless architecture development, providing patterns and practices for implementing cloud-native services that execute code in response to triggers without requiring persistent server infrastructure. The repository distinguishes itself by offering a unified approach to polyglot runtime orchestration, allowing developers to manage components written in multiple programming languages within a single project. It emphasizes local cloud emulation, e
Configures and executes serverless functions within containerized environments to validate application logic before deployment.