TypeScript and AWS SAM | Serverless Office Hours

Поділитися
Вставка
  • Опубліковано 16 вер 2024

КОМЕНТАРІ • 6

  • @andresm9051
    @andresm9051 Рік тому

    Great video, Why I can not compile the function as docker image and upload it erm aws, in order to be reuse as at ECS or fargate? it only work with nodejs and zip package alone not for typescrypt?

  • @robertoferrer322
    @robertoferrer322 2 роки тому

    Unfortunately, downloading the template from the example does not work anymore. Could you check what the problem is? Thanks.

  • @lawais1977
    @lawais1977 Рік тому

    I loved esbuild for Typescipt lambdas, BUT... when using CodeBuild it says "esbuild has no supported builder"... how should we deploy lambdas with esbuild as the build method?

    • @ServerlessLand
      @ServerlessLand  Рік тому

      If you are using SAM, esbuild is supported. You can use SAM pipelines to create a pipeline that will support it as well. More information on pipelines s12d.com/sam-pipelines.

  • @daromdalashim
    @daromdalashim 10 місяців тому

    so , you cant debug typescript, isnt?

  • @gilbertopsantosjr
    @gilbertopsantosjr 10 місяців тому

    u missed how to debug the code .