-
Notifications
You must be signed in to change notification settings - Fork 172
Description
[provide a description of the issue]
People have requested a few pointers to get them started on policy development, and som eresources they can use to accelerate their learning
Expected Result
I have gathered these links from people as a starting point, and categories where more resources would be appreciated:
Writing APIcast Policies
Learning LUA
Focus on lua 5.1/5.2
Learning LUA: read https://www.lua.org/manual/5.1/
Which links to https://www.lua.org/pil/
Learning NGINX and OpenResty
Lean about NGINX config, phases, and OpenResty lua API and what can and can't be done..
https://openresty.org/download/agentzh-nginx-tutorials-en.html
https://github.com/openresty/lua-nginx-module - the full doc on the openresty directives
blog posts
http://openresty.org/en/resources.html
OpenResty Hello World
http://openresty.org/en/getting-started.html
APIcast Policy Framework
Phases for writing apicast policies
Order of Policies & Phases
Writing tests