Just some useful tools for working with Akamai Edgeworkers.
buildew.sh
- A shell script that takes care of creating a new version and deploying this to the desired network.
- It creates a new version and updated the bundle version number
- It uploads the new version
- It activates the version on the desired network
- It waits for deployment to be done
Pre requisites:
- You need a path for a valid edgerc file
- You need to put the shellscript in the same directory as your code (where the bundle.json and main.js files are)
- You need to alter the parameters at the top of the script to fit your application and environemnt.
- You need a sub directory called builds where all builds will be stored
This is only tested with a valid accountkey on OSX.
Please also check out https://github.com/akamai/edgeworkers-vscode for a GUI approach
