Cloudflare Docs
Workers
Visit Workers on GitHub
Set theme to dark (⇧+D)

Integrations

Integrate Workers to your existing services and platforms to optimize your continuous integration and continuous deployment flow. The integrations officially supported for Cloudflare Workers are:

​​ GitHub

​​ Lerna

​​ Terraform

  • Terraform provides an alternative way to configure Worker scripts and routes. Instead of using the Cloudflare dashboard or API directly, you define scripts and routes in simple, declarative configuration files. Terraform then figures out how to make the API calls for you. This also lets you treat your Worker configuration like your code. You can check your configuration files into version control and integrate them into your normal software development workflow.

​​ Serverless Framework