How to Deploy Deno to AWS Lightsail

preview_player
Показать описание


Deno is a simple, modern and secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust.

Рекомендации по теме
Комментарии
Автор

You guys killing it but please provide a Open Source containerized version of Deno Deploy

GolderiQ
Автор

Hey thank you for the examples, I've been around since 1.26 and and enjoyed the examples that came with each release 🙏🏼

I have a lot of nodes services as AWS Lambda, would you recommend using AWS light sail for Deno instead of building an image for Lambda?

jesussinacento
Автор

i've just installed deno and created an app with "deno init" command, ran it and built it. can someone explain why the size of the build ouput is 105MB when it's just 2 functions:
- one returns 4 + 5
- the other do a console log

oumardicko