aws-health-aware
aws-health-aware copied to clipboard
AHA is an incident management & communication framework to provide real-time alert customers when there are active AWS event(s). For customers with AWS Organizations, customers can get aggregated acti...
Currently, we can filter based on events, however it would be nice to also filter based on the resource status within those events. This would allow us to filter any...
*Issue #, if available: #92 *Description of changes: Moving to logic.azure and new adaptive card format By submitting this pull request, I confirm that you can use, modify, copy, and...
… correct var being looked ofor in the python code *Issue #, if available:*#108 *Description of changes:* Changed the terraform env var from Team to Teams to reflect the line...
When you run the lambda the teams webhook secret is not retrieved. On line https://github.com/aws-samples/aws-health-aware/blob/main/handler.py#L715 715 of the handler, it references and env var Teams . However on line https://github.com/aws-samples/aws-health-aware/blob/main/terraform/Terraform_DEPLOY_AHA/Terraform_DEPLOY_AHA.tf#L724...
When calling describe_event_details we were trying to access the awsAccountId field. This only exists in the organization version of this call. Removed the access and fixed a spelling mistake. *Issue...
Handler lambda is throwing errors when the failedSet is not empty. The print statement is referencing a non existing key in the dictionary: awsAccountId
With the deprecation of incoming webhooks for Microsoft Teams, it is necessary to update messagegenerator.py to enable Teams notifications via Power Automate. The modification should allow the script to send...