Is there a place I can look for some python exampl...
# general
b
Is there a place I can look for some python examples with Pulumi? I see a lot of typescript
g
There are a few examples in https://github.com/pulumi/pulumi-aws/tree/master/examples and https://github.com/pulumi/pulumi-aws/tree/master/examples, but you're right that the majority of our examples are in TypeScript at the moment.
We're publishing our python docs very soon and will be adding more examples after that.
If there are specific ones you'd like to see, I can see about getting to those sooner rather than later.
b
Honestly just some simple ones - creating and ec2 instance or s3 bucket. I’m more familiar with Cloudformqtion but I heard some good things about Pulumi and I wanted to check it out.
g
b
Thanks @gentle-diamond-70147
w