Why Serverless?
Benefits:- ✅ Zero infrastructure management - No servers to patch or maintain
- ✅ Auto-scaling - Scales from zero to thousands of requests
- ✅ Pay-per-use - Only pay for actual execution time
- ✅ Fast deployment - Deploy in minutes, not hours
- ✅ High availability - Built-in redundancy and failover
- API endpoints and webhooks
- Chatbot backends
- Event processing
- Scheduled jobs
- Data transformation pipelines
AWS Lambda
Deploy TealTiger on AWS Lambda using container images or Lambda layers.Option 1: Container Images (Recommended)
Use official TealTiger Docker images for full control and flexibility.Python SDK
Deploy with AWS CLI
Option 2: Lambda Layers
Use pre-built Lambda layers for zero-dependency deployments.Get Layer ARN
Visit layers.tealtiger.ai or use the API:Deploy with Layer
Terraform Configuration
Support
- Lambda Layers: layers.tealtiger.ai
- Documentation: docs.tealtiger.ai
- GitHub Issues: Report issues
- Email: [email protected]

