a6-plugin-serverless
Installation
SKILL.md
a6-plugin-serverless
Overview
APISIX provides two serverless plugins that execute inline Lua functions during request processing:
serverless-pre-function— runs at the beginning of the specified phase (priority 10000, executes early).serverless-post-function— runs at the end of the specified phase (priority −2000, executes late).
Both share identical configuration. Functions are defined as Lua strings in the Admin API and compiled at load time.