How to debug Serverless from within VS Code

Поделиться
HTML-код
  • Опубликовано: 28 ноя 2020
  • If you want to use the in-built debugging within VS Code with your Serverless Projects then this is the video for you.
    Link to the launch.json gist.github.com/SamWSoftware/...
  • НаукаНаука

Комментарии • 32

  • @JackHererz
    @JackHererz 2 года назад

    it worked to me, thanks!

  • @mateocovacho3387
    @mateocovacho3387 2 года назад +1

    What changes would you make in the python fire if you are debugging a python file? Great vid btw!

  • @minus6288
    @minus6288 3 года назад

    Great Video!

  • @sanuzi6160
    @sanuzi6160 2 года назад +4

    This still doesn't work for me. I always end up with unbounded breakpoints. Copied the launch.json config word for word, except I change the outfiles to point to the typescript output folder. The server starts, but I get unbounded breakpoints every time. Very frustrating

  • @BillyDraper72
    @BillyDraper72 3 года назад

    Sam, great video! Were you able to get the webpack issue figured out?

    • @CompleteCoding
      @CompleteCoding  3 года назад

      Not yet but I've not had the time to really look into it.

  • @nguyenkminh
    @nguyenkminh 2 года назад +1

    I wonder what theme are you using, it looks fantastic

    • @CompleteCoding
      @CompleteCoding  2 года назад

      Monokai Pro. Its $10 for a full license but it's so clear and I've used it for years so well worth the investment

  • @sundards9613
    @sundards9613 3 года назад +1

    Sir thanks for your Serverless content really learned lot from this channel. I have one doubts how to remove Serverless deployment profile (default, custom).

    • @CompleteCoding
      @CompleteCoding  3 года назад

      Do you mean how to set up a specific profile?
      serverless config credentials --provider aws --key YOUR_AWS_KEY --secret YOUR_AWS_SECRET --profile YOUR_PROFILE_NAME

  • @alashish
    @alashish Год назад

    If you add webpack and typescript then vscode debugger doesn't work. Can you add how to use debugging in serverless when webpack is used.

  • @neosarchizo
    @neosarchizo 3 года назад +1

    Can you upload a video about using webrtc with serverless?

    • @CompleteCoding
      @CompleteCoding  3 года назад +1

      I can have a look into it. It's not something I've done before

  • @VincentJenks
    @VincentJenks 8 месяцев назад

    This is great...if you're working with Vanilla JS. I've been trying for hours, and hours, to get a Lambda written in TypeScript to debug the same way. Any advice there? I thought Serverless Framework would save me, when it came to Typescript, after also spending many frustrating hours there with zero results. I just want to debug a TS Lambda locally, with local API Gateway, so I can actually start building something. Serverless is generally a *miserable* developer experience for me, thus far.

    • @VincentJenks
      @VincentJenks 8 месяцев назад +1

      I got it working through a little trickery. Full end -to-end with Nextjs inside VSC. I’ll post an article about it this week.

    • @robertluong3024
      @robertluong3024 2 месяца назад

      @@VincentJenks where is it?

    • @nhannguyen9651
      @nhannguyen9651 2 месяца назад

      @@VincentJenks do you still remember how to debug tyscript locally?

  • @antoineartaud-tj3my
    @antoineartaud-tj3my Год назад

    do you have the github url link please ?

  • @adisilagy
    @adisilagy 2 года назад

    Would this approach will work with typescript template?

    • @CompleteCoding
      @CompleteCoding  2 года назад

      Yes, there are some things that you need to do around the tsconfig and webpack (if you're using it) but it can work

  • @JonathanLoscalzo
    @JonathanLoscalzo 2 года назад

    Great, in python is also de same? which is the config for that?

    • @CompleteCoding
      @CompleteCoding  2 года назад +1

      I've never tried running serverless offline with python lambdas but if that works then the rest should be the same.

    • @whoisevensaroj
      @whoisevensaroj 2 года назад

      @@CompleteCoding Please test a simple severless project with python with this approach, I tried your config for python, it is not working.

  • @andresm9051
    @andresm9051 2 года назад

    Gret video how to set it up, with nvm or node version manager linux or mac?

    • @CompleteCoding
      @CompleteCoding  2 года назад

      Mac - tecadmin.net/install-nvm-macos-with-homebrew/
      not sure on Linux but sure there're good tutorials out there

    • @andresm9051
      @andresm9051 2 года назад

      @@CompleteCoding thanks a lot, I have had installed nvm on mac, but my question was related to set it up, on visual vode to debugging, because following the your video the degugger is taking the global nodejs installation at /user/local/ but nvm is installed at home directory, which is causing no taking the nvm path

    • @CompleteCoding
      @CompleteCoding  2 года назад

      @@andresm9051 Ah that's somethign I'd not considered. I haven't tested this but maybe adding an .nvmrc file to the repo would enforce that version of node

    • @andresm9051
      @andresm9051 Год назад

      @@CompleteCoding still not working adding the file .nvmrc and the nodejs version in it, the serverless offline start and the VS code debugger appears at the top of the windows, however when making a request the breakpoints are passed by, without stooping, the breakpoints says unbound breakpoints, maybe can be the webpack.config setup?

  • @aillusions
    @aillusions 3 года назад

    starts at
    ruclips.net/video/xaBAZm2jfXQ/видео.html