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

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • Amazon EventBridge is a new service that changed how we develop Serverless applications. This service allows us to develop fully event-driven applications by connecting multiple services together - AWS services, custom services, and third-party services.
    Get the code: github.com/mav...
    More about Event-driven Architecture: serverlessland...
    - Watch my first video about EventBridge: • Simple example using A...
    - What is the difference between EventBridge and other services: • WHAT IS THE DIFFERENCE...
    - Interested in learning more about Step functions: • ⚙️ AWS Step Functions
    Full playlist and more info: blog.marcia.de...
    ☁️ Topics covered include:
    - AWS SAM
    - Event-driven applications
    - Amazon Eventbridge
    - event bus
    - serverless applications
    #foobar #serverless #eventdriven
    ⭐ SUBSCRIBE TO THIS CHANNEL: bit.ly/foobar-y...
    ⭐SHARE THIS VIDEO: • AMAZON EVENTBRIDGE tut...
    ☆☆ FOLLOW ME ONLINE ☆☆
    🐦 Twitter: / mavi888uy
    📺 AWS Spanish RUclips Channel: bit.ly/aws-esp-yt
    📷 Instagram: foobar_codes
    📚 All my Serverless Courses: marcia.dev/cou...
    ✍️ My blog - blog.marcia.dev
    ☆☆ 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: blog.marcia.de...
    📚 My favorite books: blog.marcia.de...

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

  • @aaliraza4004
    @aaliraza4004 3 года назад +7

    yes sure for cdk

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

      Find the CDK version here: ruclips.net/video/m1sZj4FoBsY/видео.html

  • @icantfindausernamehe
    @icantfindausernamehe 5 месяцев назад

    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.

  • @xenoha
    @xenoha 3 года назад +7

    CDK for sure!

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

      Find the CDK version here: ruclips.net/video/m1sZj4FoBsY/видео.html

  • @guzidev
    @guzidev 2 месяца назад

    I love the way you explained It 👌🏻
    Saludos!

  • @EvaWebb
    @EvaWebb 2 года назад +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

  • @joeygarcia7826
    @joeygarcia7826 2 года назад

    Love the Serverless Console for CloudFormation tip!

  • @animatem
    @animatem 2 года назад +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  2 года назад +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 🌸🌸

  • @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?

  • @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 7 месяцев назад

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

    • @foobar_codes
      @foobar_codes  7 месяцев назад +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.

  • @RAJU9622
    @RAJU9622 2 года назад +1

    Awesome video 💐Yes we need for CDK

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

      Find the CDK version here: ruclips.net/video/m1sZj4FoBsY/видео.html

  • @user-cd3zq3zf6c
    @user-cd3zq3zf6c Год назад

    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

  • @mudjonesthangs
    @mudjonesthangs 3 года назад +1

    +1 for CDK

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

      Find the CDK version here: ruclips.net/video/m1sZj4FoBsY/видео.html

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

    Thanks for watching this video. You can learn more about EDA in this playlist: ruclips.net/p/PLGyRwGktEFqd5PqaDPuLgFtVgtTFB-wGC
    And find the CDK version here: ruclips.net/video/m1sZj4FoBsY/видео.html

  • @emaayan
    @emaayan 2 года назад

    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

  • @heribertogonzalez5940
    @heribertogonzalez5940 2 года назад

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

  • @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.