<aside> 💡 Throughout the newer versions of the CDK, the behavior might change. Feel free to update this page if you encounter any new behavior.
</aside>
CDK (Cloud Development Kit) is a technology developed by Amazon to describe infrastructure as code. The CDK is built on top of CloudFormation, but it does not limit itself to it. With CDK, you can easily tag all the resources defined in a stack from the bottom of the construction tree all the way up to the root node.
Tags.of(my_stack).add("key", "value")