Hey, My lambda needs to run pulumi cli commands fo...
# general
q
Hey, My lambda needs to run pulumi cli commands for resource provisioning on the fly. I am wondering if there is library for pulumi commands ?
w
There is not a separate library - we recommend shelling out to the CLI and using the
—json
flag that’s available on several commands to get machine readable output.
q
I have done what you said. Thanks.