Deployment And Troubleshooting
Use Wrangler for repeatable deployment of the worker, service modules, and bindings configuration.
When to use this
What this does not do
Repo-grounded example
name = "serverless-api-gateway"
main = "src/index.js"
compatibility_date = "2025-01-01"
compatibility_flags = ["nodejs_compat"]
find_additional_modules = true
rules = [{ type = "ESModule", globs = ["services/*.js"] }]Troubleshooting
Related docs
Last updated