-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
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
feat(aws-codepipeline): support notifications on the ManualApprovalAction #1368
feat(aws-codepipeline): support notifications on the ManualApprovalAction #1368
Conversation
@skinny85 you could use lazy evaluation ( |
Ah, you're right of course. The limitation about |
6f96888
to
b731077
Compare
Updated with creating the Topic when required. |
b731077
to
c8c3079
Compare
Rebased on top of the new |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
README update?
packages/@aws-cdk/aws-codepipeline/lib/manual-approval-action.ts
Outdated
Show resolved
Hide resolved
} | ||
} | ||
|
||
public get notificationTopic(): sns.TopicRef | undefined { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
docs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added
c8c3079
to
ef7e20b
Compare
Added documentation, including updating the ReadMe. |
Fixes #1222
Pull Request Checklist
Please check all boxes, including N/A items:
Testing
Documentation
Title and description
fix(module): <title>
bug fix (patch)feat(module): <title>
feature/capability (minor)chore(module): <title>
won't appear in changelogbuild(module): <title>
won't appear in changelogBREAKING CHANGE: <describe exactly what changed and how to achieve similar behavior + link to documentation/gist/issue if more details are required>
Fixes #xxx
orCloses #xxx
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license.