MWAA verify script fails with below error ``` top_level_domain = TOP_LEVEL_DOMAIN.split(".").reverse().join(".") AttributeError: 'NoneType' object has no attribute 'join' ``` the above join statement seems to be wrong
MWAA verify script fails with below error
the above join statement seems to be wrong