Is it possible right now, programatically to get a list of commits on an AWS CodeCommit repository?
I understand I can use the git command, but I am trying to get the repository information by using CodeCommit's API. Is that possible, or des the API not exist?