JaredAAT
JaredAAT
When running an AWS lambda using node v12.22.3 (npm v6.14.13), it seems that jsonpath is causing an error with: `require.resolve is not a function`. It seems aesprim.js is maybe the...
Adds in Node 16 compatibility now that [AWS supports it](https://aws.amazon.com/about-aws/whats-new/2022/05/aws-lambda-adds-support-node-js-16/) Adds in a [schema for Serverless 3 compatibility](https://www.serverless.com/framework/docs/guides/plugins/custom-configuration)
when looking at this part of the documentation: > external Array of modules to be copied into node_modules instead of being loaded into browserify bundle. Note that external modules will...
I've created a PR that adds Node 16 compatibility and extends the schema for serverless 3 compatibility. Would love to see this get merged in (version needs bumping, but i'm...
What's the current status of this project? We can see there are some PR's waiting for merging, and the last release was from January? Is this now deprecated from the...
I don't know enough of the technical terms sorry, but i'm not sure if this is the correct behaviour. I have a schema that contains a `$ref` to a definition:...
I see that there is an option of `--localPostman` which isn't overly documented, so I'm probably misunderstanding its use case. I'm already using https://github.com/postmanlabs/openapi-to-postman to generate a postman file from...
Given an openAPI spec like: ``` { "openapi": "3.0.3", "info": { "title": "Document Generation", "description": "Document Generation API", "version": "0.0.3" }, "components": { "schemas": { "ErrorResponse": { "type": "object", "properties":...
Would it be possible to call this programmatically rather than as a CLI tool?
Please Add a repository object or homepage key to your package.json so that i can quickly get to the packages homepage from within vscode. As you can see in the...