This repository presents a variety of code samples in JavaScript to help developers get familiar with coding edge functions and have them running at the edge with the Azion Edge Platform.
The functions are written in JavaScript and represent the approach to be taken to run them through the Azion Edge Runtime.
Azion Edge Functions allow you to create event-driven, serverless applications, at the edge of the network, closer to users.
With Edge Functions, you can perform serverless functions in response to events on the edge nodes of Azion's network with no need of having or managing servers.
Through the edge functions on Edge Firewall, you can write your own security source code in JavaScript and deploy it to run at the edge of the network, as well as:
- Boost your protection.
- Have more dynamism.
- Apply the logic that your business requires.
- Use APIs that provide request and response headers manipulation.
The functions in this directory were created as examples to be followed. Based on them, you can apply the logic your application requires.
Move to the Edge