Hi! I wonder how you are handling conditions in CDK stacks according to the environment. In pure CDK you could use contexts for that purpose, but I still haven't found a good way to handle that with amplify gen2. E.g.: I don't want to setup ALBs with TLS in sandbox so I don't need to create and approve certificates for it.
Appreciate any hints on that 🙂
Thanks!