-
Notifications
You must be signed in to change notification settings - Fork 4k
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
codepipeline: pollForSourceChanges defaults to true #1030
Comments
Thanks for reporting Claire. Yes, #1026 fixes it for CodeCommit, S3 and GitHub will soon follow suit. |
S3 Source action is still defaulting to true, and including |
Thanks for reporting @jesterhazy. We're working on this right now in #1260. |
All of the CodePipeline Sources have been updated. Feel free to let us know if something doesn't work. Thanks, |
All of the CodePipeline source actions currently default to enabling pollForSourceChanges, which is no longer the recommended configuration. These source actions should configure the recommended change-detection methods in the stack by default.
CodeCommit:
https://github.com/awslabs/aws-cdk/blob/master/packages/%40aws-cdk/aws-codecommit/lib/pipeline-action.ts#L57
S3:
https://github.com/awslabs/aws-cdk/blob/master/packages/%40aws-cdk/aws-s3/lib/pipeline-action.ts#L56
GitHub:
https://github.com/awslabs/aws-cdk/blob/master/packages/%40aws-cdk/aws-codepipeline/lib/github-source-action.ts#L69
The text was updated successfully, but these errors were encountered: