Write your JavaScript code
Once the EdgeWorkers service is set up, you can write the JavaScript code you want to execute at the edge and create a code bundle.
- If you're just getting started you can follow the steps in the Hello World tutorial .
- You can also find several code samples, sorted by use case in the EdgeWorkers GitHub repo.
- Once you're ready, you can review the JavaScript API reference and start designing your own EdgeWorkers functions.
When you're done creating your code bundle, you can return to Hello World to learn how to deploy and test on the Akamai staging network.
Updated over 2 years ago