Hi guys,
Using lumen with bref and it absolutely works fine - Just wondering how to get the event data passed in like the docs here:
https://bref.sh/docs/runtimes/function.html
Im trying to pull the event out of a Lumen controller but having no luck.
Further testing:
lambda() CAN NOT be used with fpm in place with lumen.
Figured out that the fpm script wasn't catering for it: #501