9 مستودعات
Running mock event servers to process HTTP requests as cloud function events locally.
Distinct from Local Development Environments: Focuses on local simulation of cloud function environments, distinct from general local development environments.
Explore 9 awesome GitHub repositories matching development tools & productivity · Local Lambda Simulation. Refine with filters or upvote what's useful.
Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications. It utilizes ahead-of-time native compilation to transform Java code into standalone, optimized binaries that eliminate the need for a virtual machine, enabling rapid startup and reduced memory consumption. By performing code augmentation during the build phase, it shifts heavy processing tasks away from runtime, ensuring that applications are optimized for cloud-native environments. The framework distinguishes itself through a unified approach to reactive and imperative program
Run a local mock event server during development and testing to invoke functions and validate logic without requiring external container infrastructure.
This repository provides a comprehensive library of code examples for implementing event-driven, serverless backend architectures. It serves as a practical guide for building scalable cloud-native applications that execute logic in isolated environments, triggered by infrastructure events or HTTP requests rather than persistent server processes. The collection demonstrates how to leverage managed infrastructure to automate backend workflows, including the use of asynchronous task queuing to maintain system stability during high traffic. It highlights patterns for secure API hosting, enabling
Simulates cloud-native triggers and backend services locally for development and testing.
Chalice is a framework for building and deploying serverless applications and REST APIs on AWS Lambda using Python. It functions as an infrastructure-as-code generator, mapping application logic and routing definitions directly to cloud compute resources while automating the provisioning and management of the underlying environment. The framework distinguishes itself by analyzing source code to automatically construct the minimum necessary security permissions, ensuring least-privilege access for all deployed functions. It supports modular development through blueprint-based organization and
Provides a local simulation environment to validate serverless application logic and endpoint behavior before cloud deployment.
Moto is a cloud service mockery framework and API mock server that simulates AWS infrastructure locally. It allows developers to test cloud-dependent code and verify infrastructure-as-code templates without deploying real resources or incurring costs. The project functions as an SDK interceptor that can patch existing service clients to redirect requests to a local mock environment. It can also be run as a standalone HTTP server, enabling any programming language to interact with the simulated endpoints. The framework covers a vast array of simulated capabilities, including data storage, com
Provides local simulation of cloud function environments, including function creation and invocation.
aws-sam-local هو محاكي قائم على Docker يُستخدم لتشغيل وتصحيح دوال AWS Lambda وتكوينات API Gateway على جهاز محلي. يوفر بيئة تنفيذ محلية تحاكي وقت تشغيل AWS Lambda، مما يسمح بالتحقق من كود الدالة ونماذج التطبيقات بدون خادم (serverless) قبل النشر السحابي. يستخدم المشروع منسق وقت تشغيل لإدارة الحاويات المؤقتة، مما يكرر بيئة التنفيذ المعزولة للدوال السحابية. يتضمن محاكي بوابة API بدون خادم وأدوات محاكاة للأحداث لتوليف الحمولات من مصادر مثل Kafka ومشغلات سحابية أخرى. تدعم الأداة دورة التطوير الأوسع لنموذج التطبيق بدون خادم (Serverless Application Model) من خلال تمكين النماذج الأولية المحلية لواجهات برمجة تطبيقات بدون خادم ومحاكاة مصادر أحداث سحابية مختلفة. يوفر بيئة تصحيح أخطاء لتحديد الأخطاء في الدوال بدون خادم مع تحكم كامل في حالة التنفيذ.
Simulates AWS Lambda runtimes locally to verify function behavior and event handling before cloud deployment.
docker-lambda هو محاكي بدون خادم يعتمد على Docker ومحاكي محلي مصمم لتكرار بيئات تشغيل AWS Lambda. يوفر نظاماً لتنفيذ الدوال بدون خادم محلياً ومحاكاة بيئات تنفيذ السحابة من خلال صور حاويات. يتضمن المشروع خادم API محلياً يسمح باستدعاء الدوال عبر HTTP للقضاء على فترات البدء البارد أثناء الاختبار. يتميز بأداة بناء لتجميع التبعيات الأصلية وتعبئة كود الدالة في أرشيفات نشر باستخدام صور نظام متخصصة. تدعم البيئة محاكاة طبقات التبعية المشتركة عن طريق تثبيت المجلدات المحلية وتستخدم مراقبة نظام الملفات لتمكين إعادة التحميل السريع لكود الدالة. كما يوفر آلية لتمرير حمولات الأحداث الكبيرة عبر الإدخال القياسي لتجاوز قيود طول سطر الأوامر.
Provides a Docker-based environment that simulates AWS Lambda runtimes locally for development and testing.
serverless-offline هو إضافة (plugin) لـ Serverless Framework توفر محاكاة للبنية التحتية السحابية محلياً. تعمل كمحاكي محلي لـ AWS Lambda ومحاكي لـ AWS API Gateway، مما يسمح بتطوير واختبار الدوال بدون خادم (serverless) على جهاز محلي دون الحاجة للنشر على مزود سحابي بعيد. يتميز المشروع بمحاكاة اتصالات WebSocket ثنائية الاتجاه وتوجيه الرسائل، بالإضافة إلى محاكاة دورة حياة الطلب لبوابة HTTP. ويتضمن خط أنابيب لمصادقة الهوية للتحقق من الرموز (tokens) وJWTs محلياً، ويدعم تركيب طبقات التبعية الافتراضية في بيئة التنفيذ. بشكل عام، تغطي الأداة تنفيذ الدوال عبر بيئات تشغيل متعددة مع أوضاع تنفيذ معزولة، ومحاكاة البوابة السحابية لتوجيه الطلبات، ومحاكاة مشغلات الأحداث المجدولة للمنطق القائم على الوقت. كما توفر قدرات لمحاكاة استدعاء SDK ومحاكاة سياق الطلب لتسهيل اختبار التكامل المحلي.
Runs and tests serverless functions on a local machine by mocking event servers to process requests.
This project serves as a comprehensive technical guide and framework for building, deploying, and managing event-driven applications. It focuses on serverless architecture development, providing patterns and practices for implementing cloud-native services that execute code in response to triggers without requiring persistent server infrastructure. The repository distinguishes itself by offering a unified approach to polyglot runtime orchestration, allowing developers to manage components written in multiple programming languages within a single project. It emphasizes local cloud emulation, e
Simulates production cloud function environments locally to validate logic, network integration, and authorization before deployment.
محاكي واجهة تشغيل AWS Lambda هو خادم وكيل مصمم لمحاكاة بيئة التنفيذ بدون خادم (serverless) القائمة على السحابة داخل حاوية محلية. يعمل كواجهة خفيفة تسمح للمطورين بالتحقق من منطق الوظيفة، والأداء، وتكامل الـ API من خلال محاكاة مستوى التحكم عن بعد ونموذج استدعاء الأحداث على جهاز محلي. تعمل الأداة عن طريق اعتراض طلبات HTTP وترجمتها إلى حمولات أحداث JSON منظمة متوقعة من قبل معالجات الوظائف بدون خادم. يدير دورة حياة الوظيفة من خلال حلقة أحداث متزامنة ويقوم بتعيين إعدادات التكوين المحلية، بما في ذلك بيانات الاعتماد الأمنية والبيانات الوصفية، مباشرة في مساحة عملية الحاوية لضمان التكافؤ مع بيئات الإنتاج. بالإضافة إلى اختبار الوظائف القياسي، يدعم المحاكي التحقق من الإضافات والوكلاء المخصصين من خلال توفير تنفيذ وظيفي لواجهة التشغيل. وهذا يسمح باختبار التطبيقات بدون خادم المعبأة في حاويات ومكوناتها المرتبطة قبل نشرها في السحابة.
Provides a proxy server that mimics the cloud runtime environment to test containerized functions and extensions locally.