awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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·9 مشاهدات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

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

مجموعات مختارة تضم Aws Sam Cli

مجموعات منسقة بعناية يظهر فيها Aws Sam Cli.
  • محاكيات خدمات AWS المحلية

الأسئلة الشائعة

ما هي وظيفة 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/serverless-application-modelالصورة الرمزية لـ aws

    aws/serverless-application-model

    9,560عرض على 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
    عرض على GitHub↗9,560
  • awslabs/aws-sam-localالصورة الرمزية لـ awslabs

    awslabs/aws-sam-local

    6,734عرض على 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
    عرض على GitHub↗6,734
  • floci-io/flociالصورة الرمزية لـ floci-io

    floci-io/floci

    14,168عرض على 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
    عرض على GitHub↗14,168
  • serverless/serverlessالصورة الرمزية لـ serverless

    serverless/serverless

    46,917عرض على 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
    عرض على GitHub↗46,917
  • عرض جميع البدائل الـ 30 لـ Aws Sam Cli→