Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
awscli / awscli / examples / apigateway / create-rest-api.rst
Size: Mime:
**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