Patrick Werz
Patrick Werz
Hi guys, I tried to use the following syntax to enforce parameter check by the api gateway to not check it in the code: https://www.serverless.com/framework/docs/providers/aws/events/apigateway/#request-schema-validators  Api gateway **doesn't** return...
Hey guys First of all. I love this project and thank you for your efforts. Would it be possible to transform this app into a pwa? Maybe also with notifications?...
Hello, thx for this great plugin. I noticed the problem that when I activate execution logging on the stage level it gets falsely overwritten or not updated on the endpoint...
Hello, is there a way to enforce the rfc3339 date-time format (e.g. '2020-07-02T07:27:15+02:00')? Currently this property would allow any string. 'time': {'type': 'string', 'format': 'date-time'} Thanks in advance, Patrick
Hello, I am thinking to realize a project with a react (CRA) PWA. One important use case is to receive push notifications via service workers. Is this possible in general...