Restore event structure before passing it to the lua
runtime
#706
Labels
meta: idea
Anything in the idea phase. Needs further discussion and consensus before work can begin.
transform: lua
Anything `lua` transform related
Milestone
Related #704
This raises the question of unflattening the
event
before providing it to the user's Lua script in thelua
transform. Without this, the user must access arrays and nested items through our flattened structure. This feels a little strange given that Lua is a runtime and it can work with nested objects and arrays.I'm not necessarily proposing changes here, but I wanted to think about it as we think through #704, and have this document our decision for posterity.
The text was updated successfully, but these errors were encountered: