awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
aws avatar

aws/aws-sam-cli

0
View on GitHub↗
6,732 स्टार्स·1,226 फोर्क्स·Python·Apache-2.0·8 व्यूज़aws.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.

स्टार हिस्ट्री

aws/aws-sam-cli के लिए स्टार हिस्ट्री चार्टaws/aws-sam-cli के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Aws Sam Cli के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Aws Sam Cli के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • aws/serverless-application-modelaws का अवतार

    aws/serverless-application-model

    9,560GitHub पर देखें↗

    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
    GitHub पर देखें↗9,560
  • awslabs/aws-sam-localawslabs का अवतार

    awslabs/aws-sam-local

    6,734GitHub पर देखें↗

    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
    GitHub पर देखें↗6,734
  • floci-io/flocifloci-io का अवतार

    floci-io/floci

    14,168GitHub पर देखें↗

    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
    GitHub पर देखें↗14,168
  • serverless/serverlessserverless का अवतार

    serverless/serverless

    46,917GitHub पर देखें↗

    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
    GitHub पर देखें↗46,917
Aws Sam Cli के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

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.

aws/aws-sam-cli की मुख्य विशेषताएं क्या हैं?

aws/aws-sam-cli की मुख्य विशेषताएं हैं: AWS Local Development Environments, Command Line Interfaces, Local Emulation Environments, Automated Deployment Pipelines, Cloud Deployment, CloudFormation Templates, Local Serverless Testing, Serverless Deployment Tooling।

aws/aws-sam-cli के कुछ ओपन-सोर्स विकल्प क्या हैं?

aws/aws-sam-cli के ओपन-सोर्स विकल्पों में शामिल हैं: 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…

Aws Sam Cli को शामिल करने वाली क्यूरेटेड खोजें

चुनिंदा कलेक्शन जहाँ Aws Sam Cli दिखाई देता है।
  • लोकल AWS सर्विस एम्युलेटर्स