It would be nice if this could generate/Manage a K8s configMap (or a k8s secret) with all the outputs
of the cloudFormation (instead of only keeping those in the "status" section)
This would permit to mount directly the config map to a deployment for example and help automatically "glue" things.
I know k8s doesn't support auto-"reloading" services that consumes a configMaps that has changed, but even knowing that, it's would still be a real nice feature...