AWS EventBridge Java Example | EventBridge Demo Application with Java | EventBridge Lambda Java Demo

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ส.ค. 2024
  • AWS EventBridge Java Application Example. A simple java demo application in which events are pushed to EventBridge which in turn invokes the Lambda function.
    0:00 Demo App Architecture
    0:25 Java Code
    10:40 Create Lambda function
    12:14 Create Event Bus
    12:41 Create Event Rule
    18:00 Demo Run

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

  • @Manuel-oe4gv
    @Manuel-oe4gv 3 ปีที่แล้ว

    Well explained thank you! You're doing a great job.

  • @anvi.g33
    @anvi.g33 2 ปีที่แล้ว

    Awesome demo. Thanks a lot.

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

    thanks a lot! Simple and great explanation!

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

    very nicely explained. Keep up the good work.

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

    Simple and good explanation!

  • @user-rd3gq6ei4b
    @user-rd3gq6ei4b ปีที่แล้ว

    thanks! it was simple and easy to understand.

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

    well explained to start with event bridge

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

    Handsome man thnx for creating simple event bridge client 😊

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

    Very useful, thanks

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

      Glad you liked it. Subscribe and share to support 🚀

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

    Thanks ❤

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

    Congratulations, very good tutorial. My only tip is for you to don't use background music at least for me it's a little annoying

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

      Thanks for the feedback. I have stopped using music in my videos now🚀

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

    There is a pub/sub model in event bridge can you please explain it.

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

    well explained. Can you take another event bus , where you can publish the message into one Event Bus (publisher) and that event get routed to another event bus (Consumer).

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

      I think you should have this flexibility with EventBridge

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

      why you want to it ? please tell me ur logic behind that thought

  • @user-pg2ug6vh8f
    @user-pg2ug6vh8f 11 หลายเดือนก่อน

    vevry well explained sir, can you share this code's link (github link)

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

    Hi... How to receive the event using Java Lambda function? Do we have any EventBridgeEvent something like that or we have to use CloudWatchEvent related classes for that?

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

      You can use EventBridge sdk for the same

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

      @@AjayWadhara In your example also you have used EventBridge sdk only right? Couldn't get the exact event objec to receive in lambda event handler. If you have some details on that please share.

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

      Used Object as a receiver lambda's input type and checked its class type. It is a LinkedHashMap. I can get the "detail" key and it is having a Map again with list of fields. If you have some other input type please let us know. If possible post a video with an example with full of Java Lambda code. Thanks for the useful course :) Keep it up

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

      I am working on Java Lambda series... Subscribe my channel for the updates

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

      Hey.. How can i receive the event detail json in java.. Please suggest any example.. I have tried with node n python.. Same is working and getting data.. But in case of java getting the null object or what type of input param should I use..

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

    Would be great if you can share the codebase

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

      Sure Suresh, i will share GitHub link over the weekend. You can check description by Monday

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

      @@AjayWadhara thanks for the awesome video
      were you able to share the codebase/ Github ?
      I have been getting the following error message :
      unable to unmarshall exception response with the unmarshallers provided( Service: AmazonEventBridge; status code: 400)
      Thanks

  • @VY-zt3ph
    @VY-zt3ph ปีที่แล้ว

    Is it not possible to reverse the process?? Like event Bridge triggers a request to the java application and then the applciation processes it??

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

      Event bridge supports HTTP endpoints, you have to be more specific where your Java application is hosted. Is it inside or outside AWS.

    • @VY-zt3ph
      @VY-zt3ph ปีที่แล้ว

      @@AjayWadhara it is inside AWS. Is it possible to send a signal from EBridge to my application API so that when it recievies an event it executes a function??

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

      @@VY-zt3ph yeah..it’s possible. You need to check EventBridge integration with that service. EventBridge integrates with more than 90 AWS services

  • @mohanalaharitanguturi1072
    @mohanalaharitanguturi1072 4 วันที่ผ่านมา

    System.setProperty("aws.accessKeyId","////") throwing software.amazon.awssdk.core.exception.SdkClientException: Unable to load credentials from system settings. Access key must be specified either via environment variable (AWS_ACCESS_KEY_ID) or system property (aws.accessKeyId).
    in springboot application
    I couldn't find the solution