Can we run aws cli commands inside pulumi?
# general
e
Can we run aws cli commands inside pulumi?
w
Yes - you can use the AWS sdk it shell out to the AWS CLI as part of a Pulumi program. Using the sdk is typically easier.
e
Thanks Luke, now just trying to overcome the node-gyp Win 10 issue.
Typescripts for CrossWalk has more options than Python ?
w
Currently yes - expanding support for those libraries to other languages is on the roadmap. https://github.com/pulumi/pulumi/wiki/Roadmap#backlog
e
Hi Luke, Just like to replicate your your simple Aurora lambda Typescript gist but with Python. Will it be a simple migration?
No module named Pulumi? Already pip list shows pulumi ?