Frédéric Barthelet
Frédéric Barthelet
Hi @andremonteiro95, we discussed this PR earlier with @mnapoli and we came up with the idea illustrated in https://github.com/getlift/lift/issues/191. Because we don't want every construct to turn into something with...
Thanks @StanHannebelle for reporting this. Let's have a look together this afternoon and find out what the problem is :) Will update on this issue once we found the cause.
hi @piolet, could you share the Dockerfile you use to run your tests ? I assume the test fixture path is not mounted properly in your container. Any reason in...
Facing the same issue for the `patternProperties` JSON schema keyword where definitions does not match. ```json { "allOf": [{ "$ref": "#/definitions/FormObject" }], "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "FormObject": { "properties": {...
Thanks for pointing out this issue @justingrant . Types from this repository are auto-generated from schema located in https://github.com/serverless/serverless. The library handling the type generation is struggling with the `oneOf`...
Hi @ed-graham, the `exposedResponseHeaders` property is available in the typescript definition from this repository in https://github.com/serverless/typescript/blob/bc84be8ef13ab8cf5292c82b4d27303adceda58b/index.d.ts#L821 The documentation you're referring to is for `httpApi` event types, that are provisioned with...
Switching to quicktype ? -> https://github.com/quicktype/quicktype -> https://dev.to/okeeffed/generating-types-from-json-schema-with-quicktype-1fh2
Issue on `custom` property not accepting additional properties : https://github.com/quicktype/quicktype/issues/1615
Hi @ryansonshine, thanks for reporting this issue. Your solution is fine with me. This should be done in `serverless/typescript` and not in `serverless/serverless` since the framework will actually resolve `"${opt:region,...
Thanks @nhammond101 and @CorentinDoue for reporting the issue. It would indeed be of great value to TS developers to be able to take advantages of tsconfig-paths. Thanks @medikoo and @pgrzesik...