https://pulumi.com logo
#general
Title
# general
d

delightful-monkey-90700

05/09/2022, 1:56 PM
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

billowy-army-68599

05/09/2022, 2:17 PM
@delightful-monkey-90700 just use cdk constructs: https://www.pulumi.com/blog/aws-cdk-on-pulumi/
d

delightful-monkey-90700

05/09/2022, 2:19 PM
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

billowy-army-68599

05/09/2022, 2:22 PM
got it
f

freezing-van-87649

05/09/2022, 2:22 PM
AWSX exists: https://github.com/pulumi/pulumi-awsx (which of course is aws only)
d

delightful-monkey-90700

05/09/2022, 2:25 PM
awsx only has like 5 things (ec2, ecr, lb, ...) as far as I can see, is that correct ?
f

freezing-van-87649

05/09/2022, 2:25 PM
yeah, nowhere close to CDK
3 Views