Just saw an instance where an environment or http params variable name containing - was causing the lua codegen to crash.
We need to ensure that the lua code won't crash on variable names with - or any other values that need to be escaped. Pretty sure we can do something like: [[lua string with escape codes]]