This message was deleted.
# general
s
This message was deleted.
c
That’s really interesting. It looks like it’s very similar to Pulumi.
Though, it doesn’t support multi-cloud or some of the more advanced things we do with the Pulumi Service. e.g. I don’t know how the the
cdk
reacts if two people try to update the same set of resources at the same time. Or version tracking, etc.
s
It both is and isn’t. It’s more similar to Troposphere.
It generates cloudformation under the hood
(See the
cdk synth
command)
c
Gotcha. So it doesn’t even try to do any execution engine-type stuff. It is just code -> cloud formation type tool?
s
That’s what it looks like to me. Someone just pointed it out to me and I thought it was interesting enough to raise in here, I’ve not tried it