From the course: Hands-On Development in AWS

Unlock this course with a free trial

Join today to access over 24,700 courses taught by industry experts.

Reviewing the course’s code repo

Reviewing the course’s code repo

- I mentioned previously that this course has a repository, a Git repository that is associated with it, and I have many pieces of code in there to demonstrate the various services within AWS. In this particular demonstration, I'm going to show you where to find that repository, how to clone it, and then how to interact with the code examples in that repository. The instance that I am logged into here, this terminal that you see, is an instance that I launch in the EC2 section of this course. I've already launched it, and I am going to clone this repository to this instance right here. I am going to open up a browser, and I am going to browse to bitbucket.org/awsdevguru and find this repository. This AWS dev associate repository is the one that we use with this course. So we will click on it and then click on the clone button in the upper right and grab the HTTPS, clone URL, copy that to our clipboard. And then here on this instance, this is simply Ubuntu Linux. I'm going to go into…

Contents