From 8d042ae419e8a426f6ce2dc2811d2720a6adda71 Mon Sep 17 00:00:00 2001 From: Chris Williams Date: Sat, 11 Mar 2023 15:12:45 -0500 Subject: [PATCH] Day 54 polishing --- 2023/day54.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/2023/day54.md b/2023/day54.md index 08dd4a1..012b474 100644 --- a/2023/day54.md +++ b/2023/day54.md @@ -3,7 +3,7 @@ ![](images/day54-01.png) -AWS CodeCommit is a fully managed source control service provided by Amazon Web Services (AWS) that makes it easy for developers to host and manage private Git repositories. Think "GitHub but with less features" 🤣 It allows teams to collaborate on code and keep their code securely stored in the cloud, with support for secure access control, encryption, and automatic backups. +AWS CodeCommit is a fully managed source control service provided by Amazon Web Services (AWS) that makes it easy for developers to host and manage private Git repositories. Think "GitHub but with less features" 🤣 (j/k, see the resource "CodeCommit vs GitHub" for a breakdown) It allows teams to collaborate on code and keep their code securely stored in the cloud, with support for secure access control, encryption, and automatic backups. With AWS CodeCommit, developers can easily create, manage, and collaborate on Git repositories with powerful code review and workflow tools. It integrates seamlessly with other AWS services like AWS CodePipeline and AWS CodeBuild, making it easier to build and deploy applications in a fully automated manner. @@ -21,6 +21,8 @@ Overall, AWS CodeCommit is a powerful tool for teams that need to collaborate on ## Resources: +[AWS CodeCommit User Guide](https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html) + [AWS CodeCommit Overview](https://youtu.be/5kFmfgFYOx4) [AWS CodeCommit tutorial: your first Repo, Commit and Push](https://youtu.be/t7M8pHCh5Xs)