-
Notifications
You must be signed in to change notification settings - Fork 1
AWS CodeCommit CodeDeploy CodePipeline
HOA PHAN edited this page Jul 31, 2023
·
8 revisions
This suit is the worst among all products I have tried, including Atlassian whose bar is trash(I worked there).
AWS, for the record, has many good products, and decisions. No idea why:
- Code Commit, Code Build, Deploy ... are regional? What does it have to do with other tenanted, regional services and data? And now people have to come up with "designs", and "architectures" to work around the problems they shouldn't have in the first place.
- Code Deploy is separate from Code Build? And then Code pipeline which is occasionally the only way to "deploy"?
- No other platform I tried, you have to configure the build to post a badge to the commit(visible on PR).
git remote add origin https://git-codecommit.us-east-1.amazonaws.com/v1/repos/aaa
git push --set-upstream origin main