We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When deploying AHA in multi-region mode, I am getting the error:
[ERROR] KeyError: 'ACCOUNT_IDS' Traceback (most recent call last): File "/var/task/handler.py", line 872, in main describe_org_events(health_client) File "/var/task/handler.py", line 734, in describe_org_events if os.environ['ACCOUNT_IDS'] == "None" or os.environ['ACCOUNT_IDS'] == "": File "/var/lang/lib/python3.8/os.py", line 675, in __getitem__ raise KeyError(key) from None
Looking at cloudformation, it appears the line starting below doesn't create ACCOUNT_IDS as an environment variable for the secondary region -
aws-health-aware/CFN_DEPLOY_AHA.yml
Line 408 in 06229f1
The text was updated successfully, but these errors were encountered:
fixes aws-samples#22
f30f2f7
Fixes aws-samples#22 - broken multi region
cba849b
Taking a look at this.
Sorry, something went wrong.
Reviewed, Jordan resolved the issue here and in Issue #37
Will close this one
No branches or pull requests
When deploying AHA in multi-region mode, I am getting the error:
Looking at cloudformation, it appears the line starting below doesn't create ACCOUNT_IDS as an environment variable for the secondary region -
aws-health-aware/CFN_DEPLOY_AHA.yml
Line 408 in 06229f1
The text was updated successfully, but these errors were encountered: