Overview
Workers run your code in the cloud.
Key characteristics
- Fully Managed Execution: RunPod takes care of the underlying infrastructure, so your code runs whenever it's triggered, without any server setup or maintenance.
- Automatic Scaling: The platform scales your functions up or down based on the workload, ensuring efficient resource usage.
- Flexible Language Support: RunPod SDK supports various programming languages, allowing you to write functions in the language you're most comfortable with.
- Seamless Integration: Once your code is uploaded, RunPod provides an Endpoint, making it easy to integrate your Handler Functions into any part of your application.
Get started
To start using RunPod Workers:
- Write your function: Code your Handler Functions in a supported language.
- Deploy to RunPod: Upload your Handler Functions to RunPod.
- Integrate and Execute: Use the provided Endpoint to integrate with your application.