Mini Project - Using Lambda and AWS X-Ray to debug ( serverless ) applications

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

КОМЕНТАРІ • 14

  • @dalynqwent
    @dalynqwent Рік тому +3

    I’m currently taking your Solutions Architect Associate course now, and I must say it is very detailed, and extremely well organized. When these mini projects pop up, I find myself having to stop to try them. It’s my only complaint. I appreciate what you’re doing.

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

      these projects are within my courses anyway, so just follow the order :) (assuming you will be doing my full range that is !!!! haha)

  • @HamzaSalih-j9e
    @HamzaSalih-j9e Рік тому +2

    Hello. I test this project. I go through the whole process as explain in the video, but when I copy the function url and paste it on the browser it shows me a error "Internal server Error". I don't know where I miss. Can someone guide me. Thanks

  • @jimaustin3608
    @jimaustin3608 Рік тому +1

    I’m also getting the "Internal server Error" (like the user 2 months ago). The CloudWatch log shows:
    [ERROR] Runtime.ImportModuleError: Unable to import module 'lambda_function': cannot import name 'DEPRECATED_SERVICE_NAMES' from 'botocore.docs' (/var/task/botocore/docs/__init__.py)
    I suspect there a mismatch between the current botocore module version (1.33.8) and the version specified in the function.zip code in botocore-1.29.92.dist-info > METADATA (1.29.92), but this is only a guess from a Lambda-newbie.
    Any suggestions for a fix for this problem?

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

      Problem is out-of-date dependencies in the function.zip file. I had to update: botocore, request, charder, charset_normalizer, urllib3 … might be others if you are working months after this.
      Yet to find out if this tutorial is worth the effort… doesn’t seem to be supported by the author.
      Good luck!

    • @NehalVerma-zr4mq
      @NehalVerma-zr4mq 5 місяців тому

      @@jimaustin3608 can you please provide the new zip file?

    • @AnTran-zs1hv
      @AnTran-zs1hv 4 місяці тому

      @@jimaustin3608 can you give me a new zip file?

  • @aureliend_a-ro
    @aureliend_a-ro 6 місяців тому

    Very clear, ty !

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

    Can this be used for a project for employers to see your work ?

    • @LearnCantrill
      @LearnCantrill  Рік тому +1

      Many of my students do just this. Just reference that you’re reusing it. Blog about it. Discuss it in interviews. Just never pass it off as your own.

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

      @@LearnCantrill I am currently enrolled in your SAA course and learning as I go thank you for the reply .

  • @AbhayAR
    @AbhayAR 11 місяців тому

    You are James Bond. Do you have any Control Tower video??

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

    Good use case and well explained