Overview
Nadoo Sandbox supports multiple execution providers, allowing you to run code on local Docker, AWS Lambda, GCP Cloud Run, or Azure Container Apps. The system automatically handles failover between providers.Supported Providers
Local Docker
Default provider using local Docker daemon
AWS Lambda
Serverless execution on AWS
GCP Cloud Run
Container execution on Google Cloud
Azure Container Apps
Managed containers on Azure
Architecture
Configuration
Default Provider
Set the default execution provider:local_docker(default)aws_lambdagcp_cloud_runazure_container
Failover Chain
Configure automatic failover between providers:API Usage
List Available Providers
Execute with Specific Provider
Installation
Cloud Provider Dependencies
Install optional cloud provider dependencies:Backward Compatibility
The multi-provider architecture is fully backward compatible. If no provider is specified, the system useslocal_docker by default, maintaining the same behavior as previous versions.