Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajikaimal/gcp-api-gateway-openapi-options
https://github.com/rajikaimal/gcp-api-gateway-openapi-options
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rajikaimal/gcp-api-gateway-openapi-options
- Owner: rajikaimal
- Created: 2023-08-05T06:03:47.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-05T17:26:57.000Z (over 1 year ago)
- Last Synced: 2024-10-05T17:41:23.547Z (about 1 month ago)
- Language: JavaScript
- Size: 266 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gcp-api-gateway-openapi-options
> :warning: GCP API Gateway supports OpenAPI spec 2.0 at the time of writing this, however modern applications are using OpenAPI spec >3.0. Therefore to deploy with api gateway the OpenAPI spec can be converted to 2.0. However to support CORS, OPTIONS method should be specified in the spec. This GitHub Action appends OPTIONS to each endpoint specified in the OpenAPI spec.
## Inputs
### `input-file-path`
**Required** input open-api yaml file path.
### `output-file-path`
**Required** output yaml file path.
MIT