boundless-monkey-50243
08/23/2018, 8:33 PMaws-js-sqs-slack
is inline in the module. Is there documentation somewhere on how that's packaged to be delivered to Lambda/Cloud Functions/etc? The package.json
file includes @slack/client
, so is it just packing the entire Pulumi module definition and shipping it up? (That has some potential implications with regards to secrets, hence the question)microscopic-florist-22719
boundless-monkey-50243
08/23/2018, 8:34 PMlemon-spoon-91807
08/23/2018, 8:35 PMboundless-monkey-50243
08/23/2018, 8:35 PMlemon-spoon-91807
08/23/2018, 8:35 PMIs there documentation somewhere on how that's packaged to be delivered to Lambda/Cloud Functions/etc?
boundless-monkey-50243
08/23/2018, 8:39 PMlemon-spoon-91807
08/23/2018, 8:39 PMboundless-monkey-50243
08/23/2018, 8:39 PMlemon-spoon-91807
08/23/2018, 8:39 PMboundless-monkey-50243
08/23/2018, 8:40 PMlemon-spoon-91807
08/23/2018, 8:40 PMboundless-monkey-50243
08/23/2018, 8:41 PMlemon-spoon-91807
08/23/2018, 8:41 PMboundless-monkey-50243
08/23/2018, 8:42 PMlemon-spoon-91807
08/23/2018, 8:42 PMthis.whatever()
internall, and thus the full 'y' object is needed.boundless-monkey-50243
08/23/2018, 8:43 PMx
or y
would have to be hoisted separately?y.foo
into z()
, I retract the questionlemon-spoon-91807
08/23/2018, 8:44 PMboundless-monkey-50243
08/23/2018, 8:44 PMlemon-spoon-91807
08/23/2018, 8:44 PM{ x: { y: { z: function() { ... } } } }
boundless-monkey-50243
08/23/2018, 8:47 PMlemon-spoon-91807
08/23/2018, 8:47 PMboundless-monkey-50243
08/23/2018, 8:48 PMlemon-spoon-91807
08/23/2018, 8:49 PMboundless-monkey-50243
08/23/2018, 8:50 PMlemon-spoon-91807
08/23/2018, 8:51 PMboundless-monkey-50243
08/23/2018, 8:53 PMlemon-spoon-91807
08/23/2018, 8:57 PMboundless-monkey-50243
08/23/2018, 9:08 PM