How to do it...

  1. Create a repository, HelloWorld:
    awsstar@awsstar:~$ aws codecommit create-repository --repository-    name HelloWorld --repository-description "This repository includes     static page of HelloWorld"     {     "repositoryMetadata": {     "repositoryName": "HelloWorld",     "cloneUrlSsh": "ssh://git-codecommit.us-east-    1.amazonaws.com/v1/repos/HelloWorld", "lastModifiedDate": 1501778613.664, "repositoryDescription": "This repository includes static page of     HelloWorld", "cloneUrlHttp": "https://git-codecommit.us-east-    1.amazonaws.com/v1/repos/HelloWorld", "creationDate": 1501778613.664, "repositoryId": "53866a81-8576-4e79-ab5a-36882c33b717", "Arn": "arn:aws:codecommit:us-east-1:160384169139:HelloWorld", "accountId": "160384169139" } }
  1. Now, check ...

Get AWS Automation Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.