best practice for composing workers?

Is there a solution like CDK (https://aws.amazon.com/cdk/) for managing workers and config? What’s the best practice for managing dozens (hundreds) or workers and services?
Amazon Web Services, Inc.
Cloud Development Framework - AWS Cloud Development Kit - AWS
AWS Cloud Development Kit (CDK) is an open-source software development framework used to model and provision your cloud application resources with familiar programming languages.
1 Reply
kian
kian5mo ago
There's Terraform (and by extension Pulumi) but they tend to lag behind what the API can do (and therefore what Wrangler implements) a lot. There isn't anything else by Cloudflare other than Wrangler & Terraform as the main implementers of the Workers API