This message was deleted.
# general
s
This message was deleted.
w
You can use
CallbackFunction
to create a Lambda from a JavaScript callback, and then can pass that in instead of the callback anywhere you want - like onEvent. This also allows you to set other settings on the function - like memory or timeout.
b
Thanks, really nice. This seems to me the ideal way to create lambda functions, separate from the infrastructure layer and configurable.