Writing unit tests in serverless applications | Hunting for errors

Поделиться
HTML-код
  • Опубликовано: 18 сен 2024

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

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

    Your channel is my "go to" for serverless topic. Good job

    • @foobar_codes
      @foobar_codes  4 года назад +1

      that is great to hear :D and if there is some topic that you would like to hear i am always happy to take suggestions

    • @codenjourney6656
      @codenjourney6656 4 года назад

      @@foobar_codes I'll keep you posted with next thing which makes me pull my hair out

  • @hrodricx
    @hrodricx 5 лет назад

    Great content! Helped me a lot!

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

    What about writing unit tests for my amplify lambda functions. Say I have a lambda resolver for my graphql that just adds two numbers. I would want a unit test for this business logic. How should we go about doing this? Using Amplify mock cli isn't suitable I need unit tests that I can run as part of my pipeline.

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

    hallo worrrlld 😆 great vid, thanks

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

    Can you share an example of an HTTP API request using jest in serverless applications?