{"id":15845590,"url":"https://github.com/rafalwilinski/cloud-observer","last_synced_at":"2026-01-19T22:32:05.264Z","repository":{"id":40951785,"uuid":"159736060","full_name":"RafalWilinski/cloud-observer","owner":"RafalWilinski","description":"AWS-CDK based solution for passing various AWS CloudWatch Events to your email or Slack channel","archived":false,"fork":false,"pushed_at":"2022-06-22T05:33:16.000Z","size":404,"stargazers_count":3,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-10T10:58:48.144Z","etag":null,"topics":["aws","cloudwatch","serverless","typescript"],"latest_commit_sha":null,"homepage":"https://rwilinski.me","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RafalWilinski.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-29T22:34:22.000Z","updated_at":"2020-06-10T14:16:45.000Z","dependencies_parsed_at":"2022-09-18T09:15:02.723Z","dependency_job_id":null,"html_url":"https://github.com/RafalWilinski/cloud-observer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RafalWilinski/cloud-observer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RafalWilinski%2Fcloud-observer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RafalWilinski%2Fcloud-observer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RafalWilinski%2Fcloud-observer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RafalWilinski%2Fcloud-observer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RafalWilinski","download_url":"https://codeload.github.com/RafalWilinski/cloud-observer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RafalWilinski%2Fcloud-observer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28587241,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T20:45:59.482Z","status":"ssl_error","status_checked_at":"2026-01-19T20:45:41.500Z","response_time":67,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","cloudwatch","serverless","typescript"],"created_at":"2024-10-05T18:00:33.469Z","updated_at":"2026-01-19T22:32:05.244Z","avatar_url":"https://github.com/RafalWilinski.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eWelcome to cloud-observer 👋\u003c/h1\u003e\n\u003cp\u003e\n  \u003cimg src=\"https://img.shields.io/badge/version-0.1.0-blue.svg?cacheSeconds=2592000\" /\u003e\n  \u003ca href=\"https://github.com/RafalWilinski/cloud-observer#readme\"\u003e\n    \u003cimg alt=\"Documentation\" src=\"https://img.shields.io/badge/documentation-yes-brightgreen.svg\" target=\"_blank\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/RafalWilinski/cloud-observer/graphs/commit-activity\"\u003e\n    \u003cimg alt=\"Maintenance\" src=\"https://img.shields.io/badge/Maintained%3F-yes-green.svg\" target=\"_blank\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/RafalWilinski/cloud-observer/blob/master/LICENSE\"\u003e\n    \u003cimg alt=\"License: ISC\" src=\"https://img.shields.io/badge/License-ISC-yellow.svg\" target=\"_blank\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://twitter.com/rafalwilinski\"\u003e\n    \u003cimg alt=\"Twitter: rafalwilinski\" src=\"https://img.shields.io/twitter/follow/rafalwilinski.svg?style=social\" target=\"_blank\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003e AWS-CDK based solution for passing various AWS CloudWatch Events to your email or Slack channel.\n\n![Demo](assets/schema.png?raw=true \"Demo\")\n\n### 🏠 [Homepage](https://github.com/RafalWilinski/cloud-observer#readme)\n\n## Install\n\n```sh\nnpm install\n```\n\n## Useful commands\n\n- `npm run build` compile typescript to js\n- `npm run watch` watch for changes and compile\n- `cdk deploy` deploy this stack to your default AWS account/region\n- `cdk diff` compare deployed stack with current state\n- `cdk synth` emits the synthesized CloudFormation template\n\n## Configuration\n\nCloud Observer is fully configurable using `config.json` file.\n\nEach entry inside main array translates to separate SNS topic subscribed to events defined inside `sources` array and passing them to channels defined in `destinations` array.\n\n```json\n[\n  {\n    \"sources\": [\n      {\n        \"type\": \"ecsTaskStateChange\" // one of ecsTaskStateChange, \u003cTO BE ADDED...\u003e\n      }\n    ],\n    \"destinations\": [\n      {\n        \"type\": \"slack\", // slack or email\n        \"endpoint\": \"https://hooks.slack.com/services/xxx/yyy/zzz\" // webhook url when slack, email address when dealing with email\n      }\n    ]\n  }\n]\n```\n\nFollowing configuration will pass all the ECS task state events to the slack channel specified inside `destinations.endpoint` field.\n\nAs this software is in heavy development stage, configuration structure is very likely to change.\n\n## Todo\n\n### Events to be handled\n\n- [x] ECS Task State Change\n- [x] CodeDeploy Deployment State Change\n- [x] CodeBuild State Change\n- [ ] Autoscaling Group state change\n- [ ] Workspaces State Change\n- [ ] ECS Container Instance State Change\n- [ ] EC2 Instance State Change\n\n### Functionality\n\n- [ ] Filtering sources by ARN, region, etc.\n- [ ] More friendly config file. YAML? TS?\n\n## Author\n\n👤 **Rafal Wilinski**\n\n- Twitter: [@rafalwilinski](https://twitter.com/rafalwilinski)\n- Github: [@RafalWilinski](https://github.com/RafalWilinski)\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\u003cbr /\u003eFeel free to check [issues page](https://github.com/RafalWilinski/cloud-observer/issues).\n\n## Show your support\n\nGive a ⭐️ if this project helped you!\n\n## 📝 License\n\nCopyright © 2019 [RafalWilinski](https://github.com/RafalWilinski).\u003cbr /\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafalwilinski%2Fcloud-observer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frafalwilinski%2Fcloud-observer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafalwilinski%2Fcloud-observer/lists"}