awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
aws avatar

aws/aws-sam-cli

0
View on GitHub↗
6,732 stars·1,226 forks·Python·Apache-2.0·8 vuesaws.amazon.com/serverless/sam↗

Aws Sam Cli

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 to the cloud environment.

The tool covers the full serverless lifecycle, including application artifact building, packaging, and automated deployment pipelines. It also includes capabilities for simulating event sources with mock JSON files, managing resource permissions, and converting existing cloud assets into versioned infrastructure templates.

Features

  • AWS Local Development Environments - Provides a comprehensive local development environment for building and deploying AWS serverless applications.
  • Command Line Interfaces - Ships a comprehensive command-line interface for building, testing, and deploying serverless applications.
  • Local Emulation Environments - Simulates the cloud runtime environment locally using containers for function execution and debugging.
  • Automated Deployment Pipelines - Automates the flow of infrastructure templates from version control to staging and production environments.
  • Cloud Deployment - Uploads application artifacts and provisions cloud resources by transforming project templates into stacks.
  • CloudFormation Templates - Provides a simplified syntax for generating and deploying AWS CloudFormation templates tailored for serverless architectures.
  • Local Serverless Testing - Runs and debugs cloud functions on a local machine using containers to simulate the AWS environment.
  • Serverless Deployment Tooling - Packages and automates the delivery of serverless stacks to staging and production environments.
  • Declarative Infrastructure Templates - Transforms declarative configuration templates into complex cloud infrastructure definitions.
  • Infrastructure as Code Tools - Implements a toolkit for managing the full lifecycle of cloud resources using versioned declarative templates.
  • Infrastructure as Code - Defines and manages cloud infrastructure through version-controlled declarative templates.
  • Serverless Provisioning - Creates and configures serverless cloud resources like functions and buckets based on defined templates.
  • Real-Time Synchronization - Monitors local source directories for changes to automatically trigger synchronized updates to the cloud.
  • Local Function Execution - Provides utilities to execute and debug serverless functions and layers in a local environment.
  • Application Packaging - Bundles application code and templates into deployment packages for storage bucket upload.
  • Containerized Building - Processes source code and dependencies into deployable formats using containers for environment consistency.
  • Real-time Cloud Sync - Syncs local code changes to the cloud in real time to accelerate the testing and development cycle.
  • Cloud Function Invocation Tools - Triggers deployed cloud functions from the command line to verify behavior in a live environment.
  • Declarative Infrastructure Definitions - Uses a declarative template syntax to specify the desired state of serverless infrastructure resources.
  • Build Artifact Deployment - Bundles compiled binaries and metadata into deployable packages for distribution to cloud storage.
  • Policy Generation - Translates high-level resource definitions into detailed identity and access management policies.
  • Mock Event Triggering - Triggers local function execution using predefined JSON files to simulate cloud-native event sources.

Historique des stars

Graphique de l'historique des stars pour aws/aws-sam-cliGraphique de l'historique des stars pour aws/aws-sam-cli

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Collections incluant Aws Sam Cli

Sélections manuelles où Aws Sam Cli apparaît.
  • Émulateurs de services AWS locaux

Alternatives open source à Aws Sam Cli

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Aws Sam Cli.
  • aws/serverless-application-modelAvatar de aws

    aws/serverless-application-model

    9,560Voir sur GitHub↗

    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
    Voir sur GitHub↗9,560
  • awslabs/aws-sam-localAvatar de awslabs

    awslabs/aws-sam-local

    6,734Voir sur GitHub↗

    aws-sam-local is a Docker-based emulator used for running and debugging AWS Lambda functions and API Gateway configurations on a local machine. It provides a local execution environment that mimics the AWS Lambda runtime, allowing for the verification of function code and serverless application mocks before cloud deployment. The project utilizes a runtime orchestrator to manage ephemeral containers, replicating the isolated execution environment of cloud functions. It includes a serverless API gateway simulator and event mocking tools to synthesize payloads from sources such as Kafka and othe

    Python
    Voir sur GitHub↗6,734
  • floci-io/flociAvatar de floci-io

    floci-io/floci

    14,168Voir sur GitHub↗

    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
    Voir sur GitHub↗14,168
  • serverless/serverlessAvatar de serverless

    serverless/serverless

    46,917Voir sur GitHub↗

    The Serverless Framework is a declarative infrastructure-as-code tool designed to automate the deployment, scaling, and lifecycle management of cloud-native applications. It provides a unified command-line interface that translates high-level configuration files into provider-specific resource templates, enabling developers to orchestrate complex architectures, event-driven functions, and cloud resources within a single project structure. What distinguishes this framework is its focus on developer experience and multi-environment parity. It supports local function invocation and event proxyin

    JavaScriptawsaws-dynamodbaws-lambda
    Voir sur GitHub↗46,917
Voir les 30 alternatives à Aws Sam Cli→

Questions fréquentes

Que fait aws/aws-sam-cli ?

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.

Quelles sont les fonctionnalités principales de aws/aws-sam-cli ?

Les fonctionnalités principales de aws/aws-sam-cli sont : AWS Local Development Environments, Command Line Interfaces, Local Emulation Environments, Automated Deployment Pipelines, Cloud Deployment, CloudFormation Templates, Local Serverless Testing, Serverless Deployment Tooling.

Quelles sont les alternatives open-source à aws/aws-sam-cli ?

Les alternatives open-source à aws/aws-sam-cli incluent : aws/serverless-application-model — This is an infrastructure as code tool and serverless deployment orchestrator that provides a shorthand syntax for… awslabs/aws-sam-local — aws-sam-local is a Docker-based emulator used for running and debugging AWS Lambda functions and API Gateway… floci-io/floci — Floci is a local emulator for AWS services and cloud infrastructure designed for developing and testing applications… serverless/serverless — The Serverless Framework is a declarative infrastructure-as-code tool designed to automate the deployment, scaling,… voltagent/awesome-claude-code-subagents — This project provides a framework for managing multi-agent systems, designed to automate complex software development,… boto/boto3 — Boto3 is the AWS SDK for Python, providing a programmatic interface for managing and automating AWS cloud…