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
·
aws-cloudformation avatar

aws-cloudformation/aws-cloudformation-templates

0
View on GitHub↗
5,182 estrellas·4,635 forks·Python·Apache-2.0·5 vistas

Aws Cloudformation Templates

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 reusable child stacks referenced from a parent template. They expose parameterized variables for dynamic configuration at stack creation time and use stack output bindings to export values for use by other stacks or external systems. The catalog is structured into a categorized folder hierarchy, making it easy to discover and reuse templates across common service patterns.

The collection also includes examples that demonstrate deploying a REST API with Lambda using non‑proxy integration, where incoming HTTP request data is transformed into function calls through custom mapping templates. These infrastructure‑as‑code examples provide a repeatable, version‑controlled way to define and manage AWS infrastructure as single stacks or as part of larger deployments.

Features

  • CloudFormation Templates - A curated collection of reusable AWS CloudFormation templates for automating resource provisioning.
  • Cloud Deployment Templates - Provides ready-to-deploy CloudFormation templates that automate the provisioning of AWS resources without manual setup.
  • Resource Provisioning Blueprints - Provides ready-to-deploy CloudFormation blueprints for common AWS components such as VPCs, databases, and security groups.
  • Resource Declarations - Provides declarative YAML/JSON templates that define and provision cloud resources through an orchestration service.
  • Infrastructure as Code - Provides pre-built YAML and JSON templates that illustrate declarative, version-controlled AWS infrastructure definitions.
  • Nested Stack Compositions - Ships reusable child stack templates that are composed into parent stacks for modular infrastructure deployment.
  • Stack Output Referencing - Exports stack output values that can be referenced by other stacks for cross-stack data sharing.
  • Template Variables - Exposes parameterized input variables in CloudFormation templates for dynamic resource configuration at deployment time.
  • Serverless Application Examples - Includes serverless application templates that combine API Gateway and Lambda for HTTP-triggered endpoints.
  • Template Catalogs - Organizes a curated catalog of reusable CloudFormation templates into a categorized folder hierarchy for easy discovery.
  • Stack Lifecycle Management - Manages AWS resource groups as single stacks through declarative CloudFormation templates for easier administration.
  • Serverless Backend Hosting - Sets up API Gateway and Lambda functions using CloudFormation templates to create serverless API backends.
  • API Gateway Lambda Non-Proxy Integrations - Demonstrates deploying REST APIs with Lambda non-proxy integration using custom mapping templates for request transformation.

Historial de estrellas

Gráfico del historial de estrellas de aws-cloudformation/aws-cloudformation-templatesGráfico del historial de estrellas de aws-cloudformation/aws-cloudformation-templates

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace aws-cloudformation/aws-cloudformation-templates?

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.

¿Cuáles son las características principales de aws-cloudformation/aws-cloudformation-templates?

Las características principales de aws-cloudformation/aws-cloudformation-templates son: CloudFormation Templates, Cloud Deployment Templates, Resource Provisioning Blueprints, Resource Declarations, Infrastructure as Code, Nested Stack Compositions, Stack Output Referencing, Template Variables.

¿Qué alternativas de código abierto existen para aws-cloudformation/aws-cloudformation-templates?

Las alternativas de código abierto para aws-cloudformation/aws-cloudformation-templates incluyen: pulumi/pulumi — Pulumi is an infrastructure-as-code framework that enables the definition, deployment, and management of cloud… cloudtools/troposphere — Troposphere is a Python library for programmatically creating and validating infrastructure as code templates. It… azure/azure-quickstart-templates — This project is a centralized library of community-contributed, declarative configuration files designed for… aws/aws-sam-cli — The AWS SAM Command Line Interface is a development toolkit used to define, emulate, and manage the lifecycle of… artemmkin/infrastructure-as-code-tutorial — This project serves as an educational resource for mastering automated infrastructure provisioning, configuration… boto/boto3 — Boto3 is the AWS SDK for Python, providing a programmatic interface for managing and automating AWS cloud…

Alternativas open-source a Aws Cloudformation Templates

Proyectos open-source similares, clasificados según cuántas características comparten con Aws Cloudformation Templates.
  • pulumi/pulumiAvatar de pulumi

    pulumi/pulumi

    24,797Ver en GitHub↗

    Pulumi is an infrastructure-as-code framework that enables the definition, deployment, and management of cloud resources using general-purpose programming languages. It functions as a cloud resource orchestrator that coordinates the lifecycle of heterogeneous infrastructure by executing code to construct dependency graphs and reconciling the desired state against actual cloud environments. The platform distinguishes itself through a language-host runtime bridge that allows developers to use standard programming languages to define infrastructure, rather than relying solely on domain-specific

    Goawsazurecloud
    Ver en GitHub↗24,797
  • cloudtools/troposphereAvatar de cloudtools

    cloudtools/troposphere

    4,942Ver en GitHub↗

    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
    Ver en GitHub↗4,942
  • azure/azure-quickstart-templatesAvatar de Azure

    Azure/azure-quickstart-templates

    14,711Ver en GitHub↗

    This project is a centralized library of community-contributed, declarative configuration files designed for automating the deployment of cloud infrastructure and services. It serves as a repository of machine-readable templates that define the desired state of cloud environments, enabling consistent and repeatable resource provisioning. The collection provides pre-configured scripts that streamline the setup of virtual machines, databases, and networking components. By utilizing these templates, users can standardize the deployment of cloud services and automate the creation of development,

    Biceparmarm-templatesazure
    Ver en GitHub↗14,711
  • aws/aws-sam-cliAvatar de aws

    aws/aws-sam-cli

    6,732Ver en GitHub↗

    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
    Ver en GitHub↗6,732
  • Ver las 30 alternativas a Aws Cloudformation Templates→