Are there any plans for higher-level interfaces in...
# general
d
Are there any plans for higher-level interfaces in Pulumi, or do these already exist as 3rd party packages somewhere ? Coming from CDK v2 to Pulumi is a huge step backwards when supporting only AWS.
b
@delightful-monkey-90700 just use cdk constructs: https://www.pulumi.com/blog/aws-cdk-on-pulumi/
d
It says it's in preview, and it was a more general question since I'm only using Pulumi since I want to support multiple clouds -- ideally there would be high level interfaces that are in Pulumi like they are in CDK so when I add support for GCP, Azure, etc I don't have to go back to the stone-ages...
I already have my application deployment written using the CDK, using the CDK in Pulumi adds no value
(to me)
b
got it
f
AWSX exists: https://github.com/pulumi/pulumi-awsx (which of course is aws only)
d
awsx only has like 5 things (ec2, ecr, lb, ...) as far as I can see, is that correct ?
f
yeah, nowhere close to CDK