Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#general
Title
q
quaint-artist-58613
12/08/2019, 11:08 AM
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
white-balloon-205
12/08/2019, 3:36 PM
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
quaint-artist-58613
12/08/2019, 10:05 PM
I have done what you said. Thanks.
Post