Skip to main content
Deploy TealTiger SDKs on serverless platforms for cost-effective, auto-scaling AI agent deployments. This guide covers all major serverless platforms with production-ready configurations.

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
Use Cases:
  • 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. 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