Importing an API definition to AWS API Gateway
Import your API definition as a JSON file to AWS API Gateway.
Before you begin
- You have access to AWS API Gateway.
- You have installed AWS CLI. For more information, see Installing the AWS CLI.
- You have exported your API definition as a JSON file.
Procedure
Results
Your API is imported and the command line returns information about your API, such as its ID, which can be used to update it. You can check your API definition on the AWS API Gateway console.
For more information about the import-rest-api command, see the AWS documentation.