{"id":19657876,"url":"https://github.com/gammarers/aws-codepipeline-execution-state-change-notification-stack","last_synced_at":"2026-01-29T21:01:00.588Z","repository":{"id":242801558,"uuid":"807469284","full_name":"gammarers/aws-codepipeline-execution-state-change-notification-stack","owner":"gammarers","description":"This AWS CDK Construct Stack receives all state changes of CodePipeline and sends a message to the specified notification destination when the CodePipeline is tagged with a specified tag. Therefore, you can send messages simply by adding tags without needing to configure notifications for each Pipeline.","archived":false,"fork":false,"pushed_at":"2026-01-22T18:56:52.000Z","size":833,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-23T11:45:53.113Z","etag":null,"topics":["aws","aws-cdk","cdk","codepipeline","email","notification","sns","stepfunctions"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gammarers.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-05-29T06:57:13.000Z","updated_at":"2026-01-22T18:54:12.000Z","dependencies_parsed_at":"2026-01-15T21:03:15.731Z","dependency_job_id":null,"html_url":"https://github.com/gammarers/aws-codepipeline-execution-state-change-notification-stack","commit_stats":null,"previous_names":["gammarers/aws-codepipeline-event-notification-stack","gammarers/aws-codepipeline-execution-state-change-notification-stack"],"tags_count":113,"template":false,"template_full_name":null,"purl":"pkg:github/gammarers/aws-codepipeline-execution-state-change-notification-stack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gammarers%2Faws-codepipeline-execution-state-change-notification-stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gammarers%2Faws-codepipeline-execution-state-change-notification-stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gammarers%2Faws-codepipeline-execution-state-change-notification-stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gammarers%2Faws-codepipeline-execution-state-change-notification-stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gammarers","download_url":"https://codeload.github.com/gammarers/aws-codepipeline-execution-state-change-notification-stack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gammarers%2Faws-codepipeline-execution-state-change-notification-stack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28884689,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T19:55:09.949Z","status":"ssl_error","status_checked_at":"2026-01-29T19:55:08.490Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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","aws-cdk","cdk","codepipeline","email","notification","sns","stepfunctions"],"created_at":"2024-11-11T15:34:20.545Z","updated_at":"2026-01-29T21:01:00.546Z","avatar_url":"https://github.com/gammarers.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWS CodePipeline Execution State Change Notification Stack\n\n[![GitHub](https://img.shields.io/github/license/gammarers/aws-codepipeline-execution-state-change-notification-stack?style=flat-square)](https://github.com/gammarers/aws-codepipeline-execution-state-change-notification-stack/blob/main/LICENSE)\n[![npm (scoped)](https://img.shields.io/npm/v/@gammarers/aws-codepipeline-execution-state-change-notification-stack?style=flat-square)](https://www.npmjs.com/package/@gammarers/aws-codepipeline-execution-state-change-notification-stack)\n[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/gammarers/aws-codepipeline-execution-state-change-notification-stack/release.yml?branch=main\u0026label=release\u0026style=flat-square)](https://github.com/gammarers/aws-codepipeline-execution-state-change-notification-stack/actions/workflows/release.yml)\n[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/gammarers/aws-codepipeline-execution-state-change-notification-stack?sort=semver\u0026style=flat-square)](https://github.com/gammarers/aws-codepipeline-execution-state-change-notification-stack/releases)\n\n[![View on Construct Hub](https://constructs.dev/badge?package=@gammarers/aws-codepipeline-execution-state-change-notification-stack)](https://constructs.dev/packages/@gammarers/aws-codepipeline-execution-state-change-notification-stack)\n\nThis AWS CDK Construct Stack receives all state changes of CodePipeline and sends a message to the specified notification destination when the CodePipeline is tagged with a specified tag. Therefore, you can send messages simply by adding tags without needing to configure notifications for each Pipeline.\n\n## Install\n\n### TypeScript\n\n#### install by npm\n\n```shell\nnpm install @gammarers/aws-codepipeline-execution-state-change-notification-stack\n```\n#### install by yarn\n\n```shell\nyarn add @gammarers/aws-codepipeline-execution-state-change-notification-stack\n```\n#### install by pnpm\n\n```shell\npnpm add @gammarers/aws-codepipeline-execution-state-change-notification-stack\n```\n#### install by bun\n\n```shell\nbun add @gammarers/aws-codepipeline-execution-state-change-notification-stack\n```\n\n## Example\n\n```typescript\nimport { App } from 'aws-cdk-lib';\nimport { CodePipelineExecutionStateChangeNotificationStack } from '@gammarers/aws-codepipeline-execution-state-change-notification-stack';\n\nconst app = new App();\n\nconst stack = new CodePipelineExecutionStateChangeNotificationStack(app, 'CodePipelineExecutionStateChangeNotificationStack', {\n  targetResource: { // required\n    tagKey: 'PipelineExecutionStateChangeNotification', // required, Specify the tag key set in CodePipeline\n    tagValues: ['YES'], // required, Specify the tag value set in CodePipeline\n  },\n  notifications: {\n    emails: [ // optional (but not notification)\n      'foo@example.com',\n    ],\n  },\n});\n\n```\n\n## License\n\nThis project is licensed under the Apache-2.0 License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgammarers%2Faws-codepipeline-execution-state-change-notification-stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgammarers%2Faws-codepipeline-execution-state-change-notification-stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgammarers%2Faws-codepipeline-execution-state-change-notification-stack/lists"}