Ryo Uchino

Results 3 comments of Ryo Uchino

unblocked by https://doc.deno.land/deno/[email protected]/~/Deno.spawnSync ? https://deno.com/blog/v1.21#synchronous-subprocess-execution

I'm also struggling this problem with using aws-lambda-nodejs in a [VSCode Remote Container](https://code.visualstudio.com/docs/remote/containers) environment. (`/var/run/docker.sock` sharing) Project workspace is already mounted... I wish the good old non-docker implementation comes back...

It seems that a simple CDK project can already be made to work with Deno (including CDK CLI). ```jsonc // deno.jsonc { "tasks": { "cdk": "deno run --allow-all npm:aws-cdk --app...