내맘대로 Study/AWS의 모든것

[AWS-DOP-CO1] CodeCommit

jinkwon.kim 2022. 10. 12. 23:42
728x90
반응형

정의

    AWS상에서의 git repository 입니다. 

특징

1. private git repositories

2. size 제한 없음

3. fully managed, highly available

4. code는 AWS 계정에 종속 적입니다.

5. CodeBuild / jenkin와 연동 할 수 있다.

 

Commit에서 할 수 있는 것들

1.  codecommit push 계정 생성 

   IAM -> user -> 계정 ->  Security Credentials -> HTTPS Git credentials for AWS CodeCommit 생성 

2.  codecommit에 push 하는 방법

   HTTPS Git credentials for AWS CodeCommit 생성한  ID/PW를 사용 합니다.

3. merge 방법

    create pull request 생성

4. notification 과 triggers

    sns(simple notification service)를 연동 한다.

알아야 할 것은 좋은 커밋에는 알림 규칙과 호출하는 트리거 기능이 있다는 것입니다

 

5. lamdba function연동

    cloud watch에서 codecommit 변화에 대한  감시가 가능 하다

 

 

 

728x90
반응형