yndlingsfar / serverless-openapi-integration-helper

The plugin separates x-amazon-apigateway extension syntax from your openapi3 files
MIT License
6 stars 5 forks source link

Fix CORS responses issue #22

Closed henhal closed 1 year ago

henhal commented 1 year ago

If an integration has no responses dictionary, the CORS code to inject responseParameters would throw. Generating a responses dictionary if it's missing to fix the error.

henhal commented 1 year ago

Partially fixes #20