You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/cdk-application-pipeline/README.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,16 +108,18 @@ To deploy the pipeline to the toolchain AWS account run:
108
108
npx ts-node infrastructure/src/setup.ts
109
109
```
110
110
Make a selection for your source:
111
-
1.CodeCommit
112
-
2.Github
113
-
3.BitBucket
114
-
4.Github Enterprise Server
111
+
1.Github
112
+
2.BitBucket
113
+
3.Github Enterprise Server
114
+
4.CodeCommit
115
115
116
116

117
117
118
-
If you choose CodeCommit as the source, no additional inputs required.
118
+
**If you choose CodeCommit as the source, no additional inputs required.**
119
119
120
-
If you choose Github/BitBucket/GithubEnterpiseServer as source, then provide following parameters as asked:
120
+
_Note: AWS CodeCommit is no longer available to new customers. Existing customers of AWS CodeCommit can continue to use the service as normal. [Learn more](https://aws.amazon.com/blogs/devops/how-to-migrate-your-aws-codecommit-repository-to-another-git-provider/)_
121
+
122
+
**If you choose Github/BitBucket/GithubEnterpiseServer as source, then provide following parameters as asked:**
0 commit comments