armature-lambda
AWS Lambda runtime adapter for the Armature framework.
Features
- Lambda Runtime - Run Armature apps on Lambda
- API Gateway - HTTP event handling
- ALB - Application Load Balancer support
- Cold Start Optimization - Minimal startup time
- Layers - Shared dependencies
Installation
[]
= "0.1"
Quick Start
use LambdaRuntime;
use Application;
async
API Gateway Integration
// Handles API Gateway proxy events
let runtime = api_gateway;
runtime.run.await;
Build for Lambda
# Install cargo-lambda
# Build
# Deploy
License
MIT OR Apache-2.0