6 مستودعات
Framework-specific adapters that package and deploy applications to AWS Lambda serverless environments.
Distinct from Lambda Deployments: Distinct from Lambda Deployments: focuses on framework-specific adapter integration rather than general Lambda packaging patterns.
Explore 6 awesome GitHub repositories matching devops & infrastructure · AWS Lambda Adapters. Refine with filters or upvote what's useful.
Waku is a minimal React framework built around React Server Components. It renders components exclusively on the server for data fetching and server-side logic, then hydrates client components in the browser for interactivity. The framework supports hybrid rendering, mixing static prerendering at build time with dynamic per-request rendering within a single application, and allows independently loading slice components that can be static or dynamic. The framework distinguishes itself through its file-based routing system that defines pages, layouts, and API endpoints by placing files in a dir
Ships an experimental adapter for packaging and deploying the application to AWS Lambda.
The container native, cloud agnostic serverless platform.
Translates AWS Lambda event and context models into the platform's native container execution model.
opennextjs-aws هو محول بنية تحتية بدون خادم وأداة نشر تحول مخرجات بناء Next.js إلى حزم متوافقة للاستضافة على AWS Lambda و S3. يعمل كمحول نشر يربط مخرجات إطار العمل المحددة بوظائف بدون خادم وتخزين الكائنات. يتميز المشروع بتنفيذ تحسينات خاصة بدون خادم، بما في ذلك مدير ذاكرة مؤقتة يزامن التجديد الثابت التزايدي وذاكرة التخزين المؤقت للجلب عبر S3 أو DynamoDB. يتميز بمحسن للبدء البارد يستخدم تصغير الحزم وتدفئة الوظائف المجدولة لتقليل زمن الوصول، إلى جانب خط أنابيب مخصص لتحسين الصور لجلب الملفات المصدر من S3 وتسليمها عبر CDN. يغطي النظام مجموعة واسعة من القدرات بما في ذلك تكامل البرمجيات الوسيطة للحافة، وإعادة التحقق من الخلفية القائمة على الطابور، وتوزيع المسارات متعدد الأهداف. كما يدير حركة المرور من خلال توجيه CDN، وحقن بيانات الموقع الجغرافي، وبث استجابة الخادم لتحسين الوقت حتى البايت الأول. توفر الأداة خيارات تخصيص واسعة لخطوط أنابيب البناء، وسلوكيات المحول، ومنطق الخادم لدعم الاحتياجات المعمارية المتنوعة وهياكل Monorepo.
A tool that transforms Next.js build artifacts into compatible packages for AWS Lambda and S3 hosting.
This project is a serverless infrastructure orchestrator and deployment tool designed to host Next.js applications on AWS. It functions as an edge computing deployment framework and cloud infrastructure-as-code wrapper that automates the provisioning of AWS Lambda functions, S3 buckets, and CloudFront distributions. The system distinguishes itself by distributing server-side rendering and API routes across global edge locations to reduce latency. It integrates directly with content delivery networks to optimize the delivery of static assets and rendered pages, while providing a layer to wrap
Provides a compatible serverless layer to wrap Next.js applications for execution within AWS Lambda.
هذا المشروع هو إضافة ومحول Serverless Framework يتيح نشر تطبيقات Next.js على AWS Lambda@Edge وAWS CloudFront. يعمل كجسر لتكييف العرض من جانب الخادم ومسارات API للتنفيذ على حوسبة الحافة بدون خادم. تؤتمت الإضافة توفير البنية التحتية السحابية، بما في ذلك تعبئة ونشر كود التطبيق إلى مواقع الحافة العالمية. وتتعامل مع مزامنة الأصول الثابتة إلى دلاء التخزين وتعيين مسارات Next.js إلى وظائف حافة متخصصة لتقليل زمن الانتقال العالمي. يغطي المشروع قدرات واسعة النطاق بما في ذلك تسليم المحتوى العالمي، وتعيين النطاق المخصص وDNS، وإدارة حركة المرور القائمة على الحافة لإعادة توجيه النطاق. كما يدير تكوينات موارد الحوسبة، وأذونات IAM، وسياسات ذاكرة التخزين المؤقت لحافة الشبكة، بما في ذلك دعم التجديد الثابت التزايدي والتوليد المسبق التلقائي.
Adapts and packages Next.js applications specifically for deployment on AWS Lambda@Edge.
Zappa is a serverless Python framework and command-line tool used for packaging and deploying Python web applications to AWS Lambda. It functions as a serverless infrastructure automator that provisions API Gateways, IAM roles, and SSL certificates to run ASGI and WSGI applications as serverless functions. The tool distinguishes itself by providing a management CLI for executing remote administration scripts and management commands directly within the deployed environment. It includes specific mechanisms for serverless performance tuning, such as scheduling regular warm-up invocations to prev
Translates standard WSGI requests into cloud function event objects to enable Python web apps on Lambda.