Тёмный
No video :(

AWS Lambda Programming with Java | Code AWS Lambda in Java | Getting started with AWS Lambda in Java 

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

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

 

5 сен 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 34   
@varshneyharshit
@varshneyharshit 9 месяцев назад
Great Video, exactly what I was looking for. I am grasping concepts of Lambda and I love it with Java. There are lots of resources for AWS+Python but for Java very less. Thanks for the video. Subscribed ✅
@AjayWadhara
@AjayWadhara 9 месяцев назад
Love this ♥️
@silta863
@silta863 2 года назад
nice clear video for a start on aws lambda. thanks for sharing
@AjayWadhara
@AjayWadhara 2 года назад
Stay tuned..lot of content on Lambda coming 🚀 Don’t forget to subscribe ✅
@SundaramMohan33
@SundaramMohan33 8 месяцев назад
very clear explanation bro :)
@supriya.mallick
@supriya.mallick Год назад
Well explained.. 👍🏻👍🏻
@mandheermaan
@mandheermaan 2 года назад
Really Valuable information !!! Have Subscribed and Liked this video :)
@AjayWadhara
@AjayWadhara 2 года назад
Thanks brother. Appreciate 🚀
@All_In_One_Truth
@All_In_One_Truth 2 года назад
Good video bro. Make this type video more.
@AjayWadhara
@AjayWadhara 2 года назад
Stay tuned, more videos are coming on Lambda
@hpsiddhu
@hpsiddhu 2 года назад
Good Stuff... Keep it up bro!
@NaveenBavuOfficial
@NaveenBavuOfficial 2 года назад
awesome video
@manishpundir28
@manishpundir28 2 года назад
Great content! You earned a subscription.👍 Can you please share links to other lambda videos? Also, can you pls upload a business case involving other AWS services with lambda?
@AjayWadhara
@AjayWadhara 2 года назад
Thanks Manish. Stay tuned for future videos, i definitely have that content in mind.
@DogVideos-Tommy
@DogVideos-Tommy 2 года назад
It is not showing amazonaws folder inside com folder 18.50
@AjayWadhara
@AjayWadhara 2 года назад
Sorry, what is the issue?
@DogVideos-Tommy
@DogVideos-Tommy 2 года назад
@@AjayWadhara I tried to follow each step but( at time 18.50 in video ) my jar file is not showing amazonaws folder.
@aaronquintero3892
@aaronquintero3892 Год назад
For future reference, If you don't see amazon aws folder inside of the jar file , what you need to do is remove the tag and reload the project again using maven
@berkcan3475
@berkcan3475 Год назад
where is the github link man, this should be first thing to mention in videos I cant believe youtubers still couldtn accept this requests
@nikhilbhot4821
@nikhilbhot4821 2 года назад
Please post all video
@AjayWadhara
@AjayWadhara 2 года назад
Stay tuned, more videos are coming on AWS Lambda with real world examples✅
@MrAyushkumarsingh
@MrAyushkumarsingh 2 года назад
Hi, I'm facing issue of OutOfMemory while processing large csv of size 500MB through aws lambda. Can you plz share working example around it
@AjayWadhara
@AjayWadhara 2 года назад
Yeah, i can make that in future. But, did you try to increase the memory. Also, you can tweak your solution to divide the file into smaller files and let Lambda process that. Divide and Conquer strategy.
@PankajVLOGZZz
@PankajVLOGZZz 2 года назад
Crud operation with java pojo class with lambda dynamodb can you make a video on it
@AjayWadhara
@AjayWadhara 2 года назад
Yeah Pankaj, Stay tuned for that🚀
@huizhao2050
@huizhao2050 Год назад
Hi It seems that you don't have a main method in java. How did you run your code?
@AjayWadhara
@AjayWadhara Год назад
We have to provide the runtime details in Lambda. You specify which method to invoke and from which class(give FQ class name)
@gajendranravichandran1670
@gajendranravichandran1670 2 года назад
What is emp in HandlerPOJO?
@AjayWadhara
@AjayWadhara 2 года назад
Hi Gajendran, i am following Java 8 here. Just read about Java8 functional interfaces and streams. You will be able to understand this.✅
@waseemunnisa5689
@waseemunnisa5689 2 года назад
Can u please upload the Github repo link for this video It will be helpful.
@AjayWadhara
@AjayWadhara 2 года назад
Hi Waseem, i will do this today. Just saw your comment.
@waseemunnisa5689
@waseemunnisa5689 2 года назад
Thanks Ajay!!
@uttarakhandtravel2130
@uttarakhandtravel2130 2 года назад
hey thanks ajay for this, I've a question, why we can't see the lambda code that you've written in the code section, below code source?
@AjayWadhara
@AjayWadhara 2 года назад
Because that is not supported for Java runtime. For Python and Node, you should see code in console but not for Java. You have to upload the jar file that contains your Java code
Далее
when you have plan B 😂
00:11
Просмотров 3,1 млн
Serverless Framework with AWS Lambda Crash Course
1:29:11
How to Query RDS PostgreSQL from AWS Lambda in Java
28:58