You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And it's not very clear... Is there a reason for this? Couldn't the files be named <path>.yml - but with slashes transformed into underscores (and the leading slash removed), or something like that? This would make it more intuitive.
When generating integrations, each path generates a separate file, called +.yml.
Currently my integrations directory looks like this:
And it's not very clear... Is there a reason for this? Couldn't the files be named
<path>.yml
- but with slashes transformed into underscores (and the leading slash removed), or something like that? This would make it more intuitive.Possibly an even better approach would be to generate one file per operation, not one per path, so that they could be named:
Wouldn't this still be possible to deep merge correctly - the
x-amazon-apigateway-integration
objects are placed inside each operation anyway, right?Yet another approach could be to generate all integrations into a single file?
If any of this is of interest, I could raise a PR if that's accepted.
The text was updated successfully, but these errors were encountered: