https://pulumi.com logo
Title
b

bland-memory-40988

06/24/2018, 5:52 PM
@big-piano-35669 Good to see that Sean started porting pulumi-aws-infra in python. I see Network was worked on last week. I suspect Cluster, etc.. are on his road map which would make porting pulumi-cloud's shared.ts to shared.py as a first step straightforward
👍 2
b

big-piano-35669

06/25/2018, 2:04 AM
Absolutely, this is a critical foundation. From there, the lion's share of complexity is in the implementation of
cloud.Service
, especially in its Docker interactions (https://github.com/pulumi/pulumi-cloud/blob/master/aws/service.ts). Our plans are to factor those bits out also, since they will be useful for some of our other higher level libraries planning (the AWS, Azure, GCP, and Kubernetes packages that sit in between cloud and the raw packages, in terms of abstraction level). Those will also help us layer multi-cloud implementations eventually. We're hard at work on a roadmap, and will make sure this is on there!