Nicolas Froidure
Nicolas Froidure
- [ ] getting started - [ ] basics (create services, handlers, providers and wrappers) - [ ] create a project from scratch - [ ] plugins page (link to...
Currently, we are doing some ugly hacks to properly handle the OpenAPI files due to some legacy in the HTTP router. Most of it is done here: https://github.com/nfroidure/whook/blob/master/packages/whook-http-router/src/libs/openAPIUtils.ts#L108-L257 It basically...
Example of AWS Lambda build with: - script to build lambdas (first commit) - Terraform files to deploy to AWS Lambda and API Gateway with the OpenAPI definition as the...
Here is a base Docker file that add the built project to a Docker container.
This is an example of how one could build its Whook API to [Google Cloud Functions](https://cloud.google.com/functions/docs/) (first commit) and deploy it with [Terraform](https://www.terraform.io/docs/providers/google/r/cloudfunctions_function.html) (second one). Beware to check current limitations...
An example of use for `@whook/graphql` and `@whook/graphiql`. Tests are failing due to this issue : https://github.com/facebook/jest/issues/11434
The freer, the better! https://opentofu.org/ More context: https://github.com/opentofu/opentofu/issues/296
RFC https://www.rfc-editor.org/rfc/rfc6570 Implementation: https://www.npmjs.com/package/uri-template
See https://tools.ietf.org/html/rfc7636