Tim Leguijt

Results 21 comments of Tim Leguijt

So after discussing this with @MichielBijland came up with the following; - By default, `disable_execute_api_endpoint` is set to `true` once an endpoint has a custom domain - With this change...

Shall we move the 'Security' section into a 'Best practises' and also include a separate section in there for the Architecture

Hi @Nayels , > The resource groups that are created now on Azure. How do they communicate with each other? They don't. Or at least; the only link between resource...

We can now have a component defining an API config like so: ``` resource "google_api_gateway_api_config" "api_cfg" { provider = google-beta api = var.gcp_endpoint_public.api_id api_config_id = "gcp-api-cfg" openapi_documents { document {...

We've been able to stitch together the api specs of several components into one. So new requirement for components with certain endpoints is that they have to define an output...

Also support variables (varfile and env) like so: ```hcl terraform { required_providers { stripe = { source = "franckverrot/stripe" version = "1.8.0" username = ${var.provider.username} username = ${env.STRIPE_USERNAME} } }...

Agree with the approach. Let's close this once we have some clear instructions on this in the documentation

Some extra documentation on this would be great! We're also using the pack function to create the ZIP files. On Python packages this seems to be working pretty well, but...

We are doing that for the client side. Server-side however (the middleware for example) is different and using the server-side implementation.

> @justinadkins it seems like any fix can't fix the pipeTo problem. Because some keys (technically it's ?_rsc=xxx pages cache prefetched from desktop Link component) have rscData Buffer with too...