Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
apigateway
📤 Upload
📝 New File
📁 New Folder
Close
Editing: create-rest-api.rst
**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
Save
Cancel