About migrating the rootmail feature to cdk
The story of the migration of the opinionated rootmail from superwerker on AWS to cdk and the learnings.
How to quickly setup your distribution buckets in all AWS regions
Imagine you build a cdk construct and you want to distribute the generate cloudformation stack via S3 bucket in your distributions AWS account.
That said the following challenges will arise:
This is what this cdk construct does for you.
Creates the boostrap resources for publishing your cdk construct with assets to public S3 buckets, so others can use them as cloudformation templates.
Does the following:
See also the related deep technical post here 👈
Because other folks might have the same challenge, I published the module on GitHub: