AMAZON EVENTBRIDGE tutorial - Build your SERVERLESS event-driven app with AWS SAM

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ธ.ค. 2024

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

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

    Love the Serverless Console for CloudFormation tip!

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

    You are adorable, and I'm learning so much from your videos. Thank you for this.

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

    As always, awesome content, just what I've looking for !

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

      That is great to hear. Thanks 🎉🎉

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

      ​@@foobar_codes Hi Marcia! have you considered the idea of making a video about how to handle failed event notifications with DLQs and Lambdas? That would be awesome for completing the EventBridge trilogy!

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

      Its the next video coming up 😊

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

      @@foobar_codes yaaaaaay

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

    I feel that Marcia Villalba does enough very hard work and gives me enough information that she should enable youtube membership so she can get some small payments for her work. It might not be much money for her and maybe her job doesn't allow her to get money from this content, but... I would pay a few dollars each month for continued educational and thoughtful content from her. I can tell she studies, she works extremely hard and she is very, very smart at this. She has intelligence. I get real actual value thinking about what she is saying. I have watched and liked a lot of her content which made me think and educated me. I feel bad that I am "just" subscribed. Am I missing something? She should allow me to not feel bad for learning from her without a small compensation.

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

      Thanks a lot for your comment. Luckily nowadays I can do this as part of my job.
      Im very fortunate that i can do what i love 💗 making this videos is my passion. I love learning and sharing with you folks.
      If you want to help me watch the videos til the end,share, like and comment. That is the way youtube promotes content.
      Thanks 🌸🌸

  • @foobar_codes
    @foobar_codes  ปีที่แล้ว

    Thanks for watching this video. You can learn more about EDA in this playlist: th-cam.com/play/PLGyRwGktEFqd5PqaDPuLgFtVgtTFB-wGC.html
    And find the CDK version here: th-cam.com/video/m1sZj4FoBsY/w-d-xo.html

  • @aaliraza4004
    @aaliraza4004 3 ปีที่แล้ว +7

    yes sure for cdk

    • @foobar_codes
      @foobar_codes  ปีที่แล้ว

      Find the CDK version here: th-cam.com/video/m1sZj4FoBsY/w-d-xo.html

  • @icantfindausernamehe
    @icantfindausernamehe 8 หลายเดือนก่อน

    Thanks for the video. I gave this a try and now AWS require at least Runtime: nodejs 20. I also needed to have the aws-sdk as a dependency ( npm install aws-sdk --save) in the package.json of ordermanager.

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

    I love the way you explained It 👌🏻
    Saludos!

  • @xenoha
    @xenoha 3 ปีที่แล้ว +7

    CDK for sure!

    • @foobar_codes
      @foobar_codes  ปีที่แล้ว

      Find the CDK version here: th-cam.com/video/m1sZj4FoBsY/w-d-xo.html

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

    Awesome demo! I've never used Event bridge. I use SQS a lot to have lambdas pass messages to each other. I want to try with Event bridge

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

      Yes sqs is great too, it depends of the use case

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

      @@foobar_codes in which case is better to use SQS or even a custom bus?

    • @foobar_codes
      @foobar_codes  10 หลายเดือนก่อน +1

      Event bridge centralize all the events in one place also provides a lot of functionality for archive,schemas and others. I will say that between microservicios EventBridge and for internal messaging inside a microservice sqs/sns combo. Sqs alone doesn't provide the same flow as eventbrige, it is just a buffering mechanism you cannot fan out.

  • @tonyodtrialvideo4
    @tonyodtrialvideo4 ปีที่แล้ว

    Just on the comments around avoiding Routing inside Event Buses as a poor practice and not publishing Events to 'Font Buses' (8 mins in) I wa s bit lost here, I was wondering if you could elaborate or explain a bit more around what you mean from that approach ? If there is a resource I can look at to understand this that woud be great - thanks

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

    thank you for the content, just what I needed ...

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

      yey!!!

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

      @@foobar_codes BTW, is there a way to use this in a non-serverless environment? We have a current Typescript project set up and now want to send events to the event bus - I'm not sure on how we can work that into our current architecture?

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

    Awesome video 💐Yes we need for CDK

    • @foobar_codes
      @foobar_codes  ปีที่แล้ว

      Find the CDK version here: th-cam.com/video/m1sZj4FoBsY/w-d-xo.html

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

    What is the name of the plugin you used to make the API request?

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

    2 annoying things i found witn evenbridge, if your transformation is somehow wrong, the rule won't get activated, but you wont' get an error, anywhere, it just won't work, and you have to gauge your eyes through the json to make sure is everything is fine .
    another annoyance is that you cannot send sqs message attributes to sqs targets which can be very limiting if you have several messages with different formats you want to send

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

      there are in fact errors (but no logs) for rule failures in the CloudWatch metrics. that being said the debug story here leaves a lot to be desired

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

    +1 for CDK

    • @foobar_codes
      @foobar_codes  ปีที่แล้ว

      Find the CDK version here: th-cam.com/video/m1sZj4FoBsY/w-d-xo.html

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

    How comes so much serverless sam and not serverless framework :(

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

      There is a video linked in the description using serverless framework and event bridge.