The custom-resources module contains a set of smaller CDK constructs, helpers and CustomResources
that don't warrant having their own separate module
./custom-resource-lambdas contains the Lambda implementations for the custom resources. In many cases
these can be shared between multiple instances that use them, like the StackOutputResolver. this
reduces the number of custom lambdas created by the project making everything cleaner