Add dynamic_loader support and expand Lua library modules
Introduce dynamic_loader function in Lua state to support on-demand module loading. Add numerous Lua libraries for expanded functionality, including base64, cloudwatch, and JSON handling. Reorganize dependencies in several Lua scripts to utilize the new dynamic loading mechanism.
Signed-off-by: Christian Roessner c@roessner.co