awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to acantril/learn-cantrill-io-labs

Open-source alternatives to Learn Cantrill Io Labs

11 open-source projects similar to acantril/learn-cantrill-io-labs, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Learn Cantrill Io Labs alternative.

  • awsdocs/aws-doc-sdk-examplesAvatar von awsdocs

    awsdocs/aws-doc-sdk-examples

    10,429Auf GitHub ansehen↗

    Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.

    Javaawscppdocumentation
    Auf GitHub ansehen↗10,429
  • aws-cloudformation/aws-cloudformation-templatesAvatar von aws-cloudformation

    aws-cloudformation/aws-cloudformation-templates

    5,182Auf GitHub ansehen↗

    This repository is a curated collection of reusable AWS CloudFormation templates that automate the provisioning of AWS resources using infrastructure as code. The templates serve as ready‑to‑deploy blueprints for common AWS components—such as VPCs, EC2 instances, databases, and security groups—and include serverless application templates that combine API Gateway with Lambda to create endpoints triggered by HTTP requests without manual configuration. The templates are written in declarative YAML or JSON and support nested stack composition, allowing related resources to be grouped into reusabl

    Pythonaws-cloudformationcloudformation-template
    Auf GitHub ansehen↗5,182
  • cloudtools/troposphereAvatar von cloudtools

    cloudtools/troposphere

    4,942Auf GitHub ansehen↗

    Troposphere is a Python library for programmatically creating and validating infrastructure as code templates. It serves as a generator for AWS CloudFormation and OpenStack templates, allowing cloud resources to be defined as objects within a general purpose programming language rather than through raw JSON or YAML markup. The project focuses on cloud resource validation by checking property names and data types during the template construction process. This system identifies configuration errors and missing required fields before the infrastructure is exported for deployment. The library co

    Python
    Auf GitHub ansehen↗4,942

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • aws/aws-sam-cliAvatar von aws

    aws/aws-sam-cli

    6,732Auf GitHub ansehen↗

    The AWS SAM Command Line Interface is a development toolkit used to define, emulate, and manage the lifecycle of serverless infrastructure. It serves as an infrastructure as code tool and a wrapper for AWS CloudFormation, allowing users to describe cloud resources through declarative templates. The project differentiates itself by providing a local serverless emulator that uses containers to execute and debug functions before they are deployed. It also enables rapid cloud iteration through real-time synchronization, which monitors local source code for changes and automatically pushes updates

    Pythonapi-gatewayawsdocker
    Auf GitHub ansehen↗6,732
  • aws/serverless-application-modelAvatar von aws

    aws/serverless-application-model

    9,560Auf GitHub ansehen↗

    This is an infrastructure as code tool and serverless deployment orchestrator that provides a shorthand syntax for defining serverless infrastructure. It functions as a framework for transforming concise resource declarations into full AWS CloudFormation templates to automate the provisioning of cloud functions, APIs, and databases. The project distinguishes itself by using a macro-based transformation system to expand simplified resource types into detailed infrastructure components. It includes an automated permission mapping system that translates high-level resource interaction intents in

    Pythonawsaws-samlambda
    Auf GitHub ansehen↗9,560
  • awslabs/aws-cfn-template-flipAvatar von awslabs

    awslabs/aws-cfn-template-flip

    999Auf GitHub ansehen↗

    AWS CloudFormation template flip is a command-line utility and developer tool designed to translate infrastructure templates back and forth between JSON and YAML formats without losing structure. It acts as a converter for structured configuration files, enabling bidirectional conversions between human-readable markup and data serialization formats with semantic preservation. The software performs dual-format roundtrip transformations alongside abstract syntax tree mapping to preserve structural comments, key ordering, and hierarchy mappings during translation. It includes a streaming tokeni

    Python
    Auf GitHub ansehen↗999
  • getmoto/motoAvatar von getmoto

    getmoto/moto

    8,550Auf GitHub ansehen↗

    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

    Pythonawsbotoec2
    Auf GitHub ansehen↗8,550
  • floci-io/flociAvatar von floci-io

    floci-io/floci

    14,168Auf GitHub ansehen↗

    Floci is a local emulator for AWS services and cloud infrastructure designed for developing and testing applications without a live internet connection. It serves as a containerized cloud emulator and a serverless runtime emulator, allowing users to run high-fidelity replicas of cloud databases, queues, and compute services on a local machine. The project distinguishes itself by using real container images instead of simple mocks to ensure behavioral accuracy. It functions as a local API gateway simulator with proxy-based routing for REST and WebSocket APIs, and provides a serverless environm

    Javaawsaws-emulationdevops
    Auf GitHub ansehen↗14,168
  • miserlou/zappaAvatar von Miserlou

    Miserlou/Zappa

    11,836Auf GitHub ansehen↗

    Zappa is a deployment tool and orchestrator designed to package and deploy Python web applications to AWS Lambda. It functions as a wrapper and framework that adapts standard Python applications to work with serverless infrastructure and API Gateway events. The project enables the hosting of Python web frameworks on serverless environments without requiring the application to be rewritten. It automates the process of pushing code from local environments to the cloud and manages the lifecycle of these deployments to remove manual server management. Its capabilities include automated infrastru

    Python
    Auf GitHub ansehen↗11,836
  • cyclops-ui/cyclopsAvatar von cyclops-ui

    cyclops-ui/cyclops

    3,315Auf GitHub ansehen↗

    Cyclops is a Helm template orchestrator and management interface used to configure and deploy containerized applications to Kubernetes clusters. It serves as a deployment tool that abstracts complex infrastructure configurations into simplified inputs, allowing users to manage applications through a dedicated user interface. The project differentiates itself by using schema-driven form generation and metadata-driven UI rendering to create self-service deployment portals. These interfaces are generated by parsing template files and their associated schemas, mapping specific attributes to visua

    Goakscloudcrd-controller
    Auf GitHub ansehen↗3,315
  • travis-ci/travis-ciAvatar von travis-ci

    travis-ci/travis-ci

    8,490Auf GitHub ansehen↗

    Travis CI is a continuous integration platform and CI/CD pipeline orchestrator that automates the testing and building of code changes from version control systems. It functions as a multi-language test runner and build infrastructure manager, ensuring software quality through automated testing across various programming languages and runtimes. The platform is distinguished by its use of virtual-machine-based isolation for reproducible environments and a configuration-driven approach to pipeline generation. It supports complex testing strategies through parallel matrix execution, allowing job

    Auf GitHub ansehen↗8,490