Marcio Cruz de Almeida
Marcio Cruz de Almeida
you can use `npx projen new awscdk-app-ts --package-manager=npm` too
@mrgrain please reopen this issue
I like this solution, Chris. I found it quite interesting that by changing the quantity of # at the beginning and end of the string, it allows the use of...
Hi @cyclimse If you have any questions about the process of adding a new provider, feel free to message me on Slack.
Why not use `to` for casting instead of `as`?
> I like `new R() id "some_R"` because it's explicit about what we're doing, setting a unique id for the resource. I think the most practical way would be to...
I need this too so that my implementation of the message fanout has a more interesting ui
Perhaps an alternative is to create functions that are neither `inflight` nor `preflight`, some `flight` functions and add the prefix when assigning to a variable This type of function only...
I was thinking in gives an error if `f` is declare and never used to create a inflight or preflight function Some errors ```ts (wing) bring cloud; let f =...