How to access GitHub and Bitbucket using AWS CodeStar
The most common and secure way to access GitHub or Bitbucket repositories from AWS is to use AWS CodeStar connection. You can follow this link to create a connection to your external repositories in GitHub, GitHub Enterprise and Bitbucket. After creating a connection, you get the connection arn in the following format: arn:aws:codestar-connections:us-east-1:123456789012:connection/ff4ae225-60db-44d3-8d0e-ff6db6360727 Now, using this connection you can access the external repositories and pull/push code changes. We can simply use the git command as per normal....