Quick Start
Available Modules
AWS
Lambda, ECS/Fargate, EKS, API Gateway, CloudWatch
Google Cloud
Cloud Run, GKE, Cloud Functions, Cloud Monitoring
Azure
Functions, AKS, Container Instances, Monitor
AWS Module
Serverless Deployment (Lambda)
Deploy TealTiger as Lambda functions behind API Gateway.Container Deployment (ECS Fargate)
Deploy TealTiger as containers on ECS Fargate.Kubernetes Deployment (EKS)
Deploy TealTiger on Amazon EKS.Google Cloud Module
Cloud Run
GKE
Azure Module
Azure Functions
AKS
Multi-Region Deployment
Deploy TealTiger across multiple regions for high availability.Module Outputs
All modules export useful outputs for integration.State Management
Use remote state for team collaboration.Variables Reference
| Variable | Type | Default | Description |
|---|---|---|---|
environment | string | "production" | Deployment environment |
region | string | - | Cloud provider region |
engine_config.memory_size | number | 512 | Function memory (MB) |
engine_config.timeout | number | 30 | Function timeout (seconds) |
engine_config.concurrency | number | 100 | Max concurrent executions |
vpc_config | object | null | VPC configuration |
tags | map(string) | {} | Resource tags |

