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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 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·23 viewsaws.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.

Star history

Star history chart for aws/aws-sam-cliStar history chart for aws/aws-sam-cli

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Curated searches featuring Aws Sam Cli

Hand-picked collections where Aws Sam Cli appears.
  • Local AWS Service Emulators

Open-source alternatives to Aws Sam Cli

Similar open-source projects, ranked by how many features they share with Aws Sam Cli.
  • aws/serverless-application-modelaws avatar

    aws/serverless-application-model

    9,560View on 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
    View on GitHub↗9,560
  • awslabs/aws-sam-localawslabs avatar

    awslabs/aws-sam-local

    6,734View on 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
    View on GitHub↗6,734
  • floci-io/flocifloci-io avatar

    floci-io/floci

    14,168View on 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
    View on GitHub↗14,168
  • serverless/serverlessserverless avatar

    serverless/serverless

    46,917View on 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
    View on GitHub↗46,917
See all 30 alternatives to Aws Sam Cli→

Frequently asked questions

What does aws/aws-sam-cli do?

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.

What are the main features of aws/aws-sam-cli?

The main features of aws/aws-sam-cli are: AWS Local Development Environments, Command Line Interfaces, Local Emulation Environments, Automated Deployment Pipelines, Cloud Deployment, CloudFormation Templates, Local Serverless Testing, Serverless Deployment Tooling.

What are some open-source alternatives to aws/aws-sam-cli?

Open-source alternatives to aws/aws-sam-cli include: 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…