Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > dd7204292d310452063d09b5de9c13b7 > files > 39

aws-cli-docs-1.16.163-1.mga7.noarch.rpm

**To create an API**

Command::

  aws apigateway create-rest-api --name 'My First API' --description 'This is my first API'

**To create a duplicate API from an existing API**

Command::

  aws apigateway create-rest-api --name 'Copy of My First API' --description 'This is a copy of my first API' --clone-from 1234123412