sparse-intern-71089
05/14/2019, 9:03 PMdazzling-scientist-80826
05/14/2019, 9:08 PMlet newContext;
and then at the bottom fo the file newContext = ...
where … includes some code that needs the arn of the lambda fcreamy-potato-29402
05/15/2019, 7:23 PMbitter-oil-46081
05/15/2019, 7:28 PMnewContext
you see the value that you end up defining later in the file? I think that the pattern of doing a let to initialize a variable, capturing that, and then latter assigning to it in the deployment program is going to lead to racy behavior since you don't have control over when the lambda which captured newContext is serialized.