awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesSDK Client Patching

Runtime modification of SDK clients to redirect API calls to a mock server.

Distinct from SDK Client Initialization: Focuses on intercepting existing client instances at runtime rather than initial configuration setup.

Explore 2 awesome GitHub repositories matching development tools & productivity · SDK Client Patching. Refine with filters or upvote what's useful.

Awesome SDK Client Patching GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • getmoto/motoAvatar de getmoto

    getmoto/moto

    8,550Ver en GitHub↗

    Moto is a cloud service mockery framework and API mock server that simulates AWS infrastructure locally. It allows developers to test cloud-dependent code and verify infrastructure-as-code templates without deploying real resources or incurring costs. The project functions as an SDK interceptor that can patch existing service clients to redirect requests to a local mock environment. It can also be run as a standalone HTTP server, enabling any programming language to interact with the simulated endpoints. The framework covers a vast array of simulated capabilities, including data storage, com

    Intercepts instantiated cloud service clients at runtime to route traffic to a local mock environment.

    Pythonawsbotoec2
    Ver en GitHub↗8,550
  • openrewrite/rewriteAvatar de openrewrite

    openrewrite/rewrite

    3,312Ver en GitHub↗

    OpenRewrite is an automated refactoring engine and source-to-source migration framework. It uses a lossless semantic tree parser to represent source code as type-aware trees that preserve original whitespace and formatting, enabling precise and deterministic modifications. The project utilizes a declarative refactoring pipeline where sequences of transformations are defined in YAML to resolve breaking changes and technical debt. It features type-aware pattern matching and cross-language model mapping to apply similar refactoring patterns across different programming languages. The framework

    Updates client builder calls to wrap region strings with required region objects to ensure compatibility.

    Javaabstract-syntax-treeastcode-search
    Ver en GitHub↗3,312
  1. Home
  2. Development Tools & Productivity
  3. SDK Client Initialization
  4. SDK Client Patching

Explorar subetiquetas

  • Client Builder MigrationsAutomated updates to SDK client builder calls to wrap parameters in required objects. **Distinct from SDK Client Patching:** Focuses on transforming builder call structures rather than patching client instances at runtime.