{"id":26402379,"url":"https://github.com/fossamagna/amplify-category-console-notification","last_synced_at":"2025-03-17T15:18:40.837Z","repository":{"id":43800864,"uuid":"317871432","full_name":"fossamagna/amplify-category-console-notification","owner":"fossamagna","description":"Amplify plugin to add notifications to Slack for ther build result from AWS Amplify Console :rocket:","archived":false,"fork":false,"pushed_at":"2023-01-06T04:51:31.000Z","size":1257,"stargazers_count":19,"open_issues_count":3,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-09T15:47:00.745Z","etag":null,"topics":["amplify","amplify-console","slack"],"latest_commit_sha":null,"homepage":"","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/fossamagna.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":"2020-12-02T13:30:39.000Z","updated_at":"2024-02-04T13:38:55.000Z","dependencies_parsed_at":"2023-02-05T09:01:46.177Z","dependency_job_id":null,"html_url":"https://github.com/fossamagna/amplify-category-console-notification","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fossamagna%2Famplify-category-console-notification","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fossamagna%2Famplify-category-console-notification/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fossamagna%2Famplify-category-console-notification/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fossamagna%2Famplify-category-console-notification/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fossamagna","download_url":"https://codeload.github.com/fossamagna/amplify-category-console-notification/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244042160,"owners_count":20388360,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["amplify","amplify-console","slack"],"created_at":"2025-03-17T15:18:40.295Z","updated_at":"2025-03-17T15:18:40.830Z","avatar_url":"https://github.com/fossamagna.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- TABLE OF CONTENTS --\u003e\n\u003cdetails open=\"open\"\u003e\n  \u003csummary\u003eTable of Contents\u003c/summary\u003e\n  \u003col\u003e\n    \u003cli\u003e\n      \u003ca href=\"#about-the-project\"\u003eAbout The Project\u003c/a\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n      \u003ca href=\"#getting-started\"\u003eGetting Started\u003c/a\u003e\n      \u003cul\u003e\n        \u003cli\u003e\u003ca href=\"#prerequisites\"\u003ePrerequisites\u003c/a\u003e\u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e\u003c/li\u003e\n      \u003c/ul\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#usage\"\u003eUsage\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#roadmap\"\u003eRoadmap\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#contributing\"\u003eContributing\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#contact\"\u003eContact\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#acknowledgements\"\u003eAcknowledgements\u003c/a\u003e\u003c/li\u003e\n  \u003c/ol\u003e\n\u003c/details\u003e\n\n\u003c!-- ABOUT THE PROJECT --\u003e\n## About The Project\n\nThis project is amplify plugin to add notifications to Slack for ther build result from AWS Amplify Console.\n\nYou can add email notifications to notify stakeholders when a build succeeds or fails. But, cannot notify to Chat service (e.g. Slack).\nIf you use this plugin, You can add feature to notify Slack to your amplify project backend.\n\n\u003c!-- GETTING STARTED --\u003e\n## Getting Started\n\nThis is an example of how you may give instructions on setting up your project locally.\nTo get a local copy up and running follow these simple example steps.\n\n### Prerequisites\n\nFirst, install AWS Amplify CLI using npm (we assume you have pre-installed node.js).\n\n```sh\nnpm install -g @aws-amplify/cli\n```\n\nSecond, create Slack Incoming Webhook. See [here](https://api.slack.com/messaging/webhooks#getting_started) for more information.\nLater, input your Incoming Webhook URL when prompt to input webhook from amplify cli.\n\n### Installation\n\n1. Install NPM packages\n   ```sh\n   npm install -g amplify-category-console-notification amplify-slack-nodejs-function-template-provider\n   ```\n2. Enable this plugin\n   ```sh\n   amplify plugin add $(npm root -g)/amplify-category-console-notification\n   amplify plugin add $(npm root -g)/amplify-slack-nodejs-function-template-provider\n   ```\n\n\u003c!-- USAGE EXAMPLES --\u003e\n## Usage\n\n```bash\n$ amplify console-notification add\nUsing service: AmplifyConsoleNotification, provided by: awscloudformation\n? Provide an AWS Lambda function name: SendToSlack\n? Input Web hook URL of Slack. https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX\n```\n\n## Commands Summary\n\nThe following table lists the current set of commands supported by the Amplify Console Notification Category Plugin.\n\n| Command              | Description |\n| --- | --- |\n| amplify console-notification add | Takes you through steps in the CLI to add some resources for notifications to your backend. |\n| amplify console-notification remove | Removes resources for notifications from your local backend. The resources are removed from the cloud on the next push command. |\n\n\u003c!-- ROADMAP --\u003e\n## Roadmap\n\nSee the [open issues](https://github.com/fossamagna/amplify-category-console-notification/issues) for a list of proposed features (and known issues).\n\n\u003c!-- CONTRIBUTING --\u003e\n## Contributing\n\nContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n\u003c!-- LICENSE --\u003e\n## License\n\nDistributed under the Apache-2.0 License. See `LICENSE` for more information.\n\n\u003c!-- CONTACT --\u003e\n## Contact\n\nMasahiko MURAKAMI - [@fossamagna](https://twitter.com/fossamagna)\n\nProject Link: [https://github.com/fossamagna/amplify-category-console-notification](https://github.com/fossamagna/amplify-category-console-notification)\n\n## Acknowledgements\n\n- [Amplify Console のビルド通知をSlackで受け取るためにやったこと](https://speakerdeck.com/youta1119/amplify-console-falsebirudotong-zhi-woslackdeshou-kequ-rutameniyatutakoto) (Japanese)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffossamagna%2Famplify-category-console-notification","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffossamagna%2Famplify-category-console-notification","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffossamagna%2Famplify-category-console-notification/lists"}