Piers MacDonald
Piers MacDonald
Right now I can't document an event as having an empty response body (e.g. for a 204) Simply having ``` methodResponses: - statusCode: 204 ``` fails on deployment. I worked...
The `serverless.docs.yml` and `serverless.yml` duplicate the same documentation and it's not clear which was used to generate the `openapi.yml` in the directory. When I run the sample my `createUser` endpoint...
Model definitions using a JSON schema currently have the following error: `Schema object cannot have additionalProperty: examples` It's one thing to not support `examples` by generating them but this forces...
The `table` feature is somewhat complex and the documentation is scattered. The example code contains data from here `https://jsonplaceholder.typicode.com/users` which doesn't match the sample out put provided here ``` $...
it's helpful to define an in put as being `t.keyof({ firstName: null, preferredName: null });` but it would be nice if they could send `firstName`, `firstname`, fIrStNaMe`
Is it possible to use this package with a prefetch > 1? If so how would I fetch 100 messages at a time?