Tạo AWS CodeCommit

Tạo AWS CodeCommit

AWS CodeCommit là dịch vụ quản lý phiên bản source code cho các ứng dụng - version control service. Với dịch vụ này, chúng ta có thể lưu trữ và quản lý các tài nguyên phát triển ứng dụng bao gồm source code, tài liệu, binary files một cách an toàn.

Thực hành

  1. Đầu tiên. chúng ta sẽ tạo một repository codecommit.

Image Node

  1. Nhập aws-fcj-management cho repository và chọn Create

Image Node

  1. Hoàn thành tạo repository

Image Node

  1. Thực hiện push code lên CodeCommit và dùng Credentials đã tạo.

Image Node

  1. Push code lên thành công.

Image Node