TRACING - Powertools for AWS Lambda | .NET ON AWS | Serverless | Amazon

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

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

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

    As always, great video! (I didn't watch the whole thing yet, but I wanted to leave a comment to encourage the youtube algorithm to show it more)!

    • @RahulNath
      @RahulNath  10 месяцев назад +1

      Thanks for that and glad you like and for supporting!

  • @kearfodc
    @kearfodc 10 месяцев назад

    Thanks for all of your videos. They are always relevant and well polished.
    You mentioned manually enabled Active Tracing for your Lambdas in the AWS Console, but you should be able to enable Active tracing in your Lambdas by manually setting the "Tracing": "Active" property in your serverless.template file. Hope that works for you like it has for me!

    • @RahulNath
      @RahulNath  10 месяцев назад

      Glad you like the videos David and thank you for letting know about the Tracing property. The challenge I have is however that I can't specify it in the auto-generated section of the Lambda Function in the template file (by the Annotations fwk), as that will get overridden again the next time I make a change to function attribute, name etc. Thank you again for pointing out the property here.

  • @TotalPwnage777
    @TotalPwnage777 Месяц назад

    Amazing video, thank you!

  • @_the_traveler
    @_the_traveler 4 месяца назад

    Hi, at 8.30 when you view traces. HTTP Method and URL is blank. is that expected? how can you find api calls which take times from this view

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

    Hello.
    Thanks for your great videos.
    As regards Azure DevOps, how can you enforce a source branch when raising PRs?
    For example, when raising a PR to main branch, the available source branches that can be selected will be develop and uat

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

    Hola! Buen video!
    Podría hacer un vídeo, usando lambda function con injection?
    Por ejemplo inyectar varios servicios como sqs, SNS, system manager key, etc.

    • @RahulNath
      @RahulNath  Год назад +1

      I have a few videos around this in my AWS Series bit.ly/aws-net-series.
      Also check out the blog posts in here www.rahulpnath.com/archives/
      I show how to do DI and set it up etc. Let me know if that answers your question.