Didn't know about CDK. Looks interesting. Another difference would be that AWS CDK is only going to work with AWS - no other cloud providers.
e
enough-judge-17725
04/09/2019, 8:55 PM
Good point! I really like that about Pulumi, especially the cloud module
enough-judge-17725
04/09/2019, 8:56 PM
I only just stumbled across CDK - not sure why AWS is keeping it such low key ๐
f
full-dress-10026
04/09/2019, 8:56 PM
Likely because it's in developer preview.
๐ 1
w
white-balloon-205
04/09/2019, 11:40 PM
AWS CDK has definitely taken some inspiration from Pulumi. As noted above, it's AWS-only and focused on generating CloudFormation templates, which limits some of the flexibility. But like Puulmi it embraces using general-purpose programming languages to target AWS - something we obviously think is a really good idea!