EdgeWorkers Management application Hello World
Here's a high-level overview of the steps required to activate a code sample using the EdgeWorkers Management application.
Request enhanced debug headers
To return detailed debugging information for your EdgeWorkers functions follow the instructions in the Enhanced debug headers section.
Step | Link | Description |
---|---|---|
1 | Create an EdgeWorker ID | Create an EdgeWorker ID to activate and manage your Hello World code bundle. |
2 | Add the EdgeWorker behavior | Select the EdgeWorker ID you created for the Hello World tutorial when you add the EdgeWorkers behavior. |
3 | Create the Hello World code bundle | Go to the EdgeWorkers GitHub repository and download the main.js and bundle.json files from the hello-world project. |
4 | Deploy Hello World | To deploy your Hello World code bundle you need to create a version and activate it on the staging or production network. |
5 | Test Hello World | To test the Hello World code sample make a request to exercise the EdgeWorker and note the response. |
Updated about 1 year ago