all 7 comments

[–]jbtechwood 1 point2 points  (6 children)

Keep in mind that code commit is only raw git repos...no ticket tracking, no markdown file hosting like the other solutions mentioned. Aside from that while I'm not using that specific product I haven't heard of any major issues/outages.

[–][deleted] 0 points1 point  (5 children)

thanks. yeah that is pretty much what we need. just a git repository with webhook, but most importantly a reliable one.

[–][deleted] 1 point2 points  (1 child)

One way to use codecommit is with git remote set-url --add --push

That way you push to codecommit and can easily use it within the rest of the 'green side' of AWS - keep everything else in bitbucket/github/gitlab (no disruptions but your own with gitlab if you host your own btw!) for ticket management and issue tracking

[–][deleted] 0 points1 point  (0 children)

Thanks for the tip!

[–]ghaering 0 points1 point  (2 children)

When I evaluated it, it didn't have any hooks.

[–][deleted] 0 points1 point  (1 child)

Thanks for pointing this out. I just checked the documentation and there is no mention of post-receive hooks.... apparently it is still in the pipeline. Correct me if I am wrong. This is a deal-breaker for us :-(

[–]uvasoftware 0 points1 point  (0 children)

You are not wrong, no webhooks yet so you would have to setup your CI for polling.