diff --git a/README.md b/README.md index 5f53573..5b6711f 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,13 @@ After run this python code, you will get a more detailed definitions for each or ### Deploy the Swagger to OCI API Gateway +All the YAML files generated by the Python code can be deployed in the OCI API Gateway with this project: + +[Implement an Automation to Deploy an OpenAPI spec into OCI API Gateway](https://github.com/hoshikawa2/OCI_API_Gateway_Automation2/blob/main/README.md) + +This project will import the Swagger specification generated here and will deploy the APIs to use. +You will need to adjust the backends manually as part of this documentation. See the next step to know more. + ### Implement the Orquestration in Oracle Integration First of all, we must analyze each step of the APIs in OAG.