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

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ก.ค. 2024
  • Java Programming in AWS Lambda.
    In this video, I have covered advanced usage of Java in AWS Lambda function. I have covered Lambda function syntax with java and all the input/output types that you can use. I have tried to cover a demo for each in this video.
    AWS Lambda theory: • AWS Lambda Tutorial fo...
    AWS Lambda with Java in Cloud9: • AWS Lambda using Cloud...
    AWS Lambda Java Hello World Example: • AWS Lambda Hello World...
    Chapters:
    00:00 Introduction
    00:47 Input and Output types
    02:00 Method Signatures in AWS Lambda
    03:14 Important Points w.r.t AWS Lambda
    04:35 Boolean as Input/Output to AWS Lambda
    06:08 List as Input to AWS Lambda
    08:18 Map as Input/Output to AWS Lambda
    10:32 Custom classes (Pojo/Model) as Input to AWS Lambda
    13:55 Event as Input/Output to AWS Lambda
    20:18 AWS Lambda Context
    23:53 How AWS Lambda Context can save your AWS Bill
    #AWSLambda #AWSTutorials #Serverless

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

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

    Really Valuable information !!! Have Subscribed and Liked this video :)

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

      Thanks brother. Appreciate 🚀

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

    Good Stuff... Keep it up bro!

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

  • @supriya.mallick
    @supriya.mallick ปีที่แล้ว

    Well explained.. 👍🏻👍🏻

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

    awesome video

  • @SundaramMohan33
    @SundaramMohan33 7 หลายเดือนก่อน

    very clear explanation bro :)

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

    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  8 หลายเดือนก่อน +1

      Love this ♥️

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

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

    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.

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

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

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

    Hi It seems that you don't have a main method in java. How did you run your code?

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

      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.✅

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

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

    Can u please upload the Github repo link for this video It will be helpful.

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

      Hi Waseem, i will do this today. Just saw your comment.

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

      Thanks Ajay!!

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

    Please post all video

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

      Stay tuned, more videos are coming on AWS Lambda with real world examples✅

  • @DogVideos-Tommy
    @DogVideos-Tommy 2 ปีที่แล้ว +1

    It is not showing amazonaws folder inside com folder 18.50

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

      Sorry, what is the issue?

    • @DogVideos-Tommy
      @DogVideos-Tommy 2 ปีที่แล้ว +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 ปีที่แล้ว +1

    where is the github link man, this should be first thing to mention in videos I cant believe youtubers still couldtn accept this requests