Deploy Deno to AWS Lambda

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 พ.ย. 2024

ความคิดเห็น • 20

  • @apidas
    @apidas 2 วันที่ผ่านมา +1

    when deno gets adopted as aws lambda runtime it'll be game changer

  • @5Doum
    @5Doum 2 วันที่ผ่านมา +2

    Thanks for showing the Dockerfile!

  • @alycheikhouldsmail7576
    @alycheikhouldsmail7576 2 วันที่ผ่านมา +8

    What about Google cloud functions ? Please

    • @deno_land
      @deno_land  2 วันที่ผ่านมา +1

      We don't have one on Google Cloud functions yet, but here's a tutorial with Google Cloud Run
      docs.deno.com/runtime/tutorials/google_cloud_run/

  • @danser_theplayer01
    @danser_theplayer01 2 วันที่ผ่านมา +2

    What about Digital Ocean? Serverless is scary (particularly AWS) because they don't have a hard cap on how much money I can spend.

    • @deno_land
      @deno_land  วันที่ผ่านมา

      Yes you can! Learn more here: docs.deno.com/runtime/tutorials/digital_ocean/

  • @parlor3115
    @parlor3115 วันที่ผ่านมา +1

    It'd be sweet if we could run NestJS on Deno

    • @deno_land
      @deno_land  วันที่ผ่านมา

      We will put together a tutorial, but there are already some online: uptownhr.com/blog/nest-on-deno/

  • @mzhomie8880
    @mzhomie8880 2 วันที่ผ่านมา

    Do I understand correctly that the container waits 10 seconds until the code is executed? But that would be pretty inconvenient as a REST server behind an API gateway.

    • @deno_land
      @deno_land  วันที่ผ่านมา

      Ah yeah. That line you're referring to is about populating the cache ahead of time during the Docker image creation so they're available when the application runs in AWS Lambda:
      deno.com/blog/aws-lambda-coldstart-benchmarks#optimizing-deno-for-a-serverless-environment

  • @OleksiiSurnin
    @OleksiiSurnin 2 วันที่ผ่านมา +3

    what about Cloudflare workers?

    • @deno_land
      @deno_land  2 วันที่ผ่านมา

      Here's a tutorial on deploying to CF workers:
      docs.deno.com/runtime/tutorials/cloudflare_workers/

    • @leuhenry8031
      @leuhenry8031 2 วันที่ผ่านมา

      naughty

  • @de-fau-de
    @de-fau-de 2 วันที่ผ่านมา +2

    Couldn't you just deno compile your app and use a way simpler, smaller base image?

    • @jinglyjones1677
      @jinglyjones1677 2 วันที่ผ่านมา

      Yeah this?

    • @deno_land
      @deno_land  วันที่ผ่านมา

      Yes you can also do that. We will share docs on how to do that soon!

  • @drekcari
    @drekcari วันที่ผ่านมา

    Pulumi lamda + Deno?

  • @belphegorPrime
    @belphegorPrime 2 วันที่ผ่านมา

    how does it look with IaC frameworks like the AWS CDK?

    • @deno_land
      @deno_land  2 วันที่ผ่านมา

      aws-cdk is compatible with Deno, so you can use that to deploy Deno to aws services.

  • @TalkSoft
    @TalkSoft 2 วันที่ผ่านมา

    🕵️Ha Can you Help My Next project i.e a custom framework that can generate applications for web, mobile, and desktop platforms from a single codebase including backend *(Unified backend)*
    Developer stage same for all
    *Build Web command*
    Create a Web folder inside the folder create all necessary file and folder for deployment
    *Build mobile command*
    Create a Mobile folder inside the folder create all necessary file and folder for deployment
    *Build desktop command*
    Create a Desktop folder inside the folder create all necessary file and folder for deployment