Frank Schmid
Frank Schmid
> might be to generate a Postman (or other REST client) collection I like the idea. A PostMan collection would be great and I'd even favor that for all endpoints....
@KosnIre Do you use VSCode in combination with Azure? If yes, can you add some ideas here - ~~BTW: The plugin will get a bit more useful with the next...
No problem - I was an addicted Atom user before, too 😄
Coverage seems to be a bit complicated, especially to use nyc with the vscode extension testrunner. The problem is, that the testrunner spawns a vscode that runs the units under...
js-yaml is currently invoked with "safeLoad". This is safe but disallows YAML references that load multiple files as far as I know. You can try to use the "load" function...
@erikerikson , do you have any opinion here regarding the json-refs location? It might work only partially if resolved _before_ parsing the yaml.
It seems that CF first tries to add the new resource, and then to remove the old resource. This leads to an intermediate state where both resources will exist, which...
Continuing the discussion in #4787, I will explain a bit more, why the js approach does not have any advantage in regards of dynamically configuring Serverless over the yaml file...
@simlu Thanks for the response. I'll add a proper reply and updated diagram to show some missing parts that I apparently skipped in there tomorrow (UTC+1 here ;-) )
Hi @jleclanche , Thanks for the proposal. In general, I agree with you, that the structure would be cleaner with such an approach. Of course the root directory for the...