Igor Zinkovsky
Igor Zinkovsky
https://github.com/denoland/deno_core/blob/main/core/modules/mod.rs#L361
- [ ] Use base `deno` and `deno-lambda` images from https://hub.docker.com/repositories/denoland - [ ] `deno cache` dependencies during docker build - [ ] Ensure that `deno` runs with `--cached-only` to...
The current documentation for running Deno on AWS is lacking: on https://docs.deno.com/runtime/manual/advanced/deploying_deno is lacking We should add instructions for running Deno on: - [ ] ECS Fargate - [ ]...
For node_modules we use timestamps instead of hashes, and on Lambda fs the timestamp resolution is seconds (not milliseconds). If the docker image has time resolution of milliseconds that will...
Currently, when new V8 code cache is generated, it's written to sqlite db synchronously. With project that include many modules, this can noticeably slow down the first execution. Code cache...