Sebastian Korfmann
Sebastian Korfmann
This could serve as an inspiration https://www.echothread.com/
> I happened to have a state lock because I hard cancelled a deploy. Next deploy failed because of the lock. Manually deleting lock files didn't really work. The CLI...
I think we should try to gracefully cancel ongoing Terraform operations when `CTRL-C` is pressed.
Related to https://github.com/hashicorp/terraform-cdk/issues/482
Just ran into this
> 1. `"aws-cdk-lib": "npm:aws-cdk-lib@2"` > This entry means that anywhere in your Deno code, if you use `import { something } from 'aws-cdk-lib';`, Deno will replace `'aws-cdk-lib'` with the specified...
@eladb > @skorfmann one of the benefits of our current wasm-based approach is that we don't need any platform-specific binaries. IIUC if we use Deno and compile natively, we will...
> note this [blog post by supabase](https://supabase.com/blog/edge-runtime-self-hosted-deno-functions), where they announce they plan to use the same characteristics of deno's architecture to build a runtime for a api-gateway/reverse-proxy code. [github issues...
> @skorfmann Would it also be useful to exposing the OpenAPI spec as a field on the resource class (see below)? Or is having it automatically served at some well-known...
looking for a way to reuse static immutable data in pre- and inflight. I think this would help here? here's an eample in a module (`config.w`) ``` bring cloud; bring...