Nicolas Froidure

Results 78 issues of Nicolas Froidure

- [ ] getting started - [ ] basics (create services, handlers, providers and wrappers) - [ ] create a project from scratch - [ ] plugins page (link to...

demonstration
developer experience

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...

enhancement
performance

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...

deployment
demonstration

Here is a base Docker file that add the built project to a Docker container.

deployment
demonstration

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...

deployment
demonstration

fix #58 Till a WIP

enhancement

An example of use for `@whook/graphql` and `@whook/graphiql`. Tests are failing due to this issue : https://github.com/facebook/jest/issues/11434

enhancement
demonstration

The freer, the better! https://opentofu.org/ More context: https://github.com/opentofu/opentofu/issues/296

enhancement

RFC https://www.rfc-editor.org/rfc/rfc6570 Implementation: https://www.npmjs.com/package/uri-template

enhancement

See https://tools.ietf.org/html/rfc7636