CI/CD With AWS CodeCommit

My organization uses CodeCommit for repos. I was wondering if there was a way to get a project connected to our repo instead of using GitHub.
Solution:
disclaimer I have never heard of CodeCommit until I read your post, I think it's just aws'es version of github? but of course there's no native way to connect your aws repo to railway, you would have do some some kind of action and use the cli with it's railway up command, this is how you would do it with github, you would need to adapt this guide for CodeCommit https://blog.railway.app/p/github-actions...
Jump to solution
5 Replies
Percy
Percy8mo ago
Project ID: N/A
handyman66789
handyman667898mo ago
N/A
Solution
Brody
Brody8mo ago
disclaimer I have never heard of CodeCommit until I read your post, I think it's just aws'es version of github? but of course there's no native way to connect your aws repo to railway, you would have do some some kind of action and use the cli with it's railway up command, this is how you would do it with github, you would need to adapt this guide for CodeCommit https://blog.railway.app/p/github-actions
handyman66789
handyman667898mo ago
Yeah it is just like GitHub, but annoying to use. Thanks for the link! I'll give it a shot.
Brody
Brody8mo ago
no problem, and good luck!