I'm currently using aws-cdk, considering pulumi. ...
# general
s
I'm currently using aws-cdk, considering pulumi. I only have one question currently. If I were to use pulumi (I'm open to using any supported language, but preference is Python) would it be straightforward to package the deployment as a single binary. My hope is to hand over a binary to anyone with a linux box and, just by running the bin, have the deployment up and running. aws-cdk is making this hard, and the python support is weak, so pulumi seems like it may be a better fit for me.
g
Maybe with Go?!... Not sure how pulumi works for Go but typescript and Python which are the more complete implementations of pulumi do not compile to a single binary, it requires the cli and it's plugins
s
Yes, I was thinking 'go' might be a possibility here since it produces static binaries.