bellomal

Results 3 comments of bellomal

Thanks for taking a look! That's right - the CDK code creates a cloudfront distribution and exports the DomainName. Later, the DomainName is added to the environment variables for the...

Created a public Github repo that you can use to reproduce the issue: https://github.com/bellomal/HelloWorldCDKApp/tree/main Steps to reproduce are in the README. I'll paste them here just in case: 1. `cdk...

Side question - is there some way I can least pull the value of `distributionName` out and pass it as a string instead of using `Fn::GetAtt:` for that environment variable...