Import a regional API into API Gateway
When importing an API, you can choose the regional endpoint configuration for the API. You can use the API Gateway console, the AWS CLI, or an AWS SDK.
When you export an API, the API endpoint configuration is not included in the exported API definitions.
For a tutorial on using the Import API feature from the API Gateway console, see Tutorial: Create a REST API by importing an example.
Import a regional API using the API Gateway console
To import an API of a regional endpoint using the API Gateway console, do the following:
Import a regional API using the AWS CLI
To import an API from an OpenAPI definition file using the AWS CLI, use the
import-rest-api
command:
aws apigateway import-rest-api \ --parameters endpointConfigurationTypes=REGIONAL \ --fail-on-warnings \ --body 'file://path/to/API_OpenAPI_template.json'