Hi All! I wanted to use lodash's `pick` to select ...
# typescript
m
Hi All! I wanted to use lodash's
pick
to select fields from output objects, but that makes all those values
undefined
(I guess it breaks the lifting mechanism?) Would you say it's safe to code my own pick that is Output aware like this? Usecase would be using it like this:
return pickOutput(nlbIntern.loadBalancer, ['arn', 'name', 'dnsName', 'zoneId'])