Тёмный

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

Ajay Wadhara
Подписаться 7 тыс.
Просмотров 15 тыс.
50% 1

Опубликовано:

 

13 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 33   
@sahild6584
@sahild6584 Год назад
Handsome man thnx for creating simple event bridge client 😊
@KailashKolluru
@KailashKolluru Год назад
thanks! it was simple and easy to understand.
@nirmesh44
@nirmesh44 3 года назад
very nicely explained. Keep up the good work.
@softwaresamanyudu
@softwaresamanyudu 2 года назад
well explained to start with event bridge
@matheusyamamoto8252
@matheusyamamoto8252 Год назад
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 Год назад
Thanks for the feedback. I have stopped using music in my videos now🚀
@AashishKapadne
@AashishKapadne Год назад
vevry well explained sir, can you share this code's link (github link)
@denilparmar653
@denilparmar653 Год назад
Simple and good explanation!
@bravinninja
@bravinninja 3 года назад
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 года назад
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 года назад
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..
@marg8880
@marg8880 Год назад
There is a pub/sub model in event bridge can you please explain it.
@FeelsLikeMatrix
@FeelsLikeMatrix Год назад
thanks a lot! Simple and great explanation!
@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.
@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
@maxmustangmattos23
@maxmustangmattos23 2 года назад
Very useful, thanks
@AjayWadhara
@AjayWadhara 2 года назад
Glad you liked it. Subscribe and share to support 🚀
@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
@konstantinosmaounis798
@konstantinosmaounis798 2 года назад
Thanks ❤
@sureshthoppil3261
@sureshthoppil3261 2 года назад
Would be great if you can share the codebase
@AjayWadhara
@AjayWadhara 2 года назад
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
@mohanalaharitanguturi1072
@mohanalaharitanguturi1072 2 месяца назад
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
Далее
AWS SQS vs SNS vs EventBridge - When to Use What?
22:37
AWS Lambda : Schedule Using Eventbridge Rule
12:16
Просмотров 17 тыс.
Deploy a SpringBoot API on AWS Lambda in 10 minutes
12:16
How to Query RDS PostgreSQL from AWS Lambda in Java
28:58
Schedule AWS Lambda Functions Using EventBridge
7:22