IMPLEMENTING THE SERVERLESS LENS IN YOUR APPS (using the Lambda Power Tools)

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ก.ค. 2024
  • We look at the Serverless Lens of the Well-Architected Framework and we demo the Lambda Power Tools
    ★★ README / OPEN ME ★★
    ⭐ SUBSCRIBE TO THIS CHANNEL: bit.ly/foobar-youtube
    ⭐SHARE THIS VIDEO: • IMPLEMENTING THE SERVE...
    ☆☆ ABOUT THIS VIDEO ☆☆
    This is another episode on the series of interviews "This is not a podcast", where I interview experts about serverless and cloud topics.
    In this episode, I chat with Heitor Lessa about the Lambda Power Tools and the Serverless Lens. We learn what is the serverless lens from the well-architected framework. We look at the pillars of observability in more detail. Then we look at the Lambda Power Tools and we do a demo of the tools.
    00:00 - Introduction
    01:06 - Welcome Heitor
    03:51 - Well architected and the serverless lens
    16:16 - Power tools
    21:42 - Structured logging
    25:02 - Metrics
    29:05 - Tracing
    32:51 - Demo
    51:46 - Documentation
    📚 Links mentioned in the talk:
    - Lambda Power Tools Python: github.com/awslabs/aws-lambda...
    - Lambda Power Tools Java: github.com/awslabs/aws-lambda...
    - Lambda Power Tools Javascript: github.com/getndazn/dazn-lamb...
    - Example using the lambda power tools: github.com/aws-samples/aws-se...
    - Well architected framework: aws.amazon.com/architecture/w...
    - Serverless Lens: d1.awsstatic.com/whitepapers/...
    📺 Other videos that can be interesting for you:
    - HOW TO RUN A WELL ARCHITECTED REVIEW FOR YOUR APPS (learn from an expert!): • HOW TO RUN A WELL ARCH...
    - CHAOS ENGINEERING FOR SERVERLESS APPLICATIONS (Interview with Adrian Hornsby): • CHAOS ENGINEERING FOR ...
    - OPTIMIZE YOUR LAMBDA FUNCTIONS (interview with Alex Casalboni): • OPTIMIZE YOUR LAMBDA F...
    - Introduction to Lambda layers: • Lambda layers with Ser...
    - OBSERVABILITY AND MONITORING IN SERVERLESS APPLICATIONS (deep dive in Amazon CloudWatch): • OBSERVABILITY AND MONI...
    🔍Find Heitor on the internet
    - Twitter: / heitor_lessa
    Watch all the episodes in this series: • 🎙️CLOUD EXPERT INTERVI...
    #foobar #serverless #thisIsNotAPodcast
    ☆☆ FOLLOW ME ONLINE ☆☆
    🐦Twitter: / mavi888uy
    📷Instagram: foobar_codes
    📚All my Serverless Courses: marcia.dev/courses/
    ✍️My blog - marcia.dev
    ☆☆ MY FAVORITE BOOKS ☆☆
    📗Steve Jobs by Isaacson, Walter: amzn.to/2GDQxtY
    📗Shoe Dog: A Memoir by the Creator of NIKE by Knight, Phil: amzn.to/2RKy4lJ
    📗Sapiens: A Brief History of Humankind by Harari, Yuval Noah: amzn.to/2GHni9J
    📘The Software Craftsman by Mancuso, Sandro: amzn.to/2uOLQuI
    📘The Phoenix Project by Kim, Gene: amzn.to/2uNIS9Y
    📘Clean Code by Uncle Bob: amzn.to/36LDGAo
    📘Refactoring: Improving the Design of Existing Code by Martin Fowler: amzn.to/2RKLsqd
    📘Building Microservices by Sam Newman: amzn.to/36GItmJ
    ☆☆ ABOUT FOOBAR ☆☆
    In this channel, you can find mostly coding tutorials related to cloud and serverless.
    In addition, I like also talking about architecture, software design, motivation, and leadership.
    There is a new video every Tuesday, so stay tuned :)
    Recording equipment:
    📹Camera: amzn.to/36On0bE
    📱Phone: amzn.to/2GDOTsq
    🎤 Microphone: amzn.to/36JMWFw
    🔭 Tripod: amzn.to/2tifxEb
    If you want to create a podcast and host it in the same platform that I do check this link: www.buzzsprout.com/?referrer_...
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 11

  • @tomaszszuster1038
    @tomaszszuster1038 3 ปีที่แล้ว +8

    Is it me or there is a strange echo coming from the guest around 58 minute?

    • @thodaperfactthodanot9679
      @thodaperfactthodanot9679 3 ปีที่แล้ว +2

      it starts around 52 minutes until the end..... that kind of ruined the flow.

    • @AmeerulIslam
      @AmeerulIslam 2 ปีที่แล้ว +1

      Yeah almost impossible to understand anything after that point from the guest

  • @cloud_architector
    @cloud_architector 3 ปีที่แล้ว +1

    Great talk! Thank you guys!!

    • @foobar_codes
      @foobar_codes  3 ปีที่แล้ว +1

      Happy that you like it 💪🏼

  • @harperjmusic
    @harperjmusic 2 ปีที่แล้ว

    Excellent talk thank you

  • @jorgetovar621
    @jorgetovar621 5 หลายเดือนก่อน

    The documentation is excellent, and the Datadog integration is good. However, obtaining cold start metrics on the DD platform remains challenging. Maybe more tutorials with Powertools and DD

  • @zainafzal7461
    @zainafzal7461 3 ปีที่แล้ว +1

    Another nice talk. Thanks

  • @devopmh
    @devopmh 2 ปีที่แล้ว

    awesome talk

  • @camilovelasquez4152
    @camilovelasquez4152 3 ปีที่แล้ว

    Nice talk! Thanks. I have a doubt. What is the best practice to log a time out with lambda power tools? Does it have a decorator that may help you? Do you have a good trick for it, like logging an error, the event and the parent function where it got stucked? Thanks!