https://pulumi.com logo
e

elegant-twilight-2745

12/16/2019, 4:21 PM
Can we run aws cli commands inside pulumi?
w

white-balloon-205

12/16/2019, 4:27 PM
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

elegant-twilight-2745

12/16/2019, 4:43 PM
Thanks Luke, now just trying to overcome the node-gyp Win 10 issue.
Typescripts for CrossWalk has more options than Python ?
w

white-balloon-205

12/16/2019, 4:50 PM
Currently yes - expanding support for those libraries to other languages is on the roadmap. https://github.com/pulumi/pulumi/wiki/Roadmap#backlog
e

elegant-twilight-2745

12/16/2019, 4:56 PM
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 ?