-
Notifications
You must be signed in to change notification settings - Fork 1
AWS CodeCommit CodeDeploy CodePipeline
HOA PHAN edited this page Oct 27, 2023
·
8 revisions
This suit is the worst among all products I have tried, including Atlassian whose bar is trash(I worked there).
- Code Commit, Code Build, Deploy ... are regional?
- Code Deploy is separate from Code Build? And then Code pipeline which is occasionally the only way to "deploy"?
- Have to configure the build to post a badge to the commit(visible on PR).
- No out-of-the-box option to create basic merge conditions (like green builds) - possibly work around-able by event to remove approval or bot acc approval presenting builds... but other platforms support this naturally.
git remote add origin https://git-codecommit.us-east-1.amazonaws.com/v1/repos/aaa
git push --set-upstream origin main