Handlers

Azion Functions supports JavaScript handlers. Handler functions let you control how your edge logic manages incoming requests, applies security rules, and interacts with the runtime environment. You can define handler functions by using either the ES Modules pattern or the Service Worker syntax.

View as Markdown