Serverless Architecture using AWS Lambda, API Gateway and DynamoDB using Java

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ต.ค. 2018
  • In this video, we dive into the world of serverless architecture and explore how to build scalable and cost-effective applications using AWS Lambda, API Gateway, and DynamoDB.
    Serverless architecture allows developers to focus on writing code without the need to manage servers or infrastructure. We'll start by understanding the core concepts of serverless computing and its benefits.
    docs.aws.amazon.com/apigatewa...
    AWS offers technologies for running code, managing data, and integrating applications, all without managing servers. Serverless technologies feature automatic scaling, built-in high availability, and a pay-for-use billing model to increase agility and optimize costs. These technologies also eliminate infrastructure management tasks like capacity provisioning and patching, so you can focus on writing code that serves your customers. Serverless applications start with AWS Lambda, an event-driven compute service natively integrated with over 200 AWS services and software as a service (SaaS) applications.
    Our other videos:
    How to create AWS Lambda function using Spring Cloud Function | AWS Lambda + Spring Boot
    • How to create AWS Lamb...
    How to create AWS Lambda function in Java and use it with AWS S3.
    • How to create AWS Lamb...
    #serverless #awslambda #apigateway #dynamodb #aws
  • วิทยาศาสตร์และเทคโนโลยี

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

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

    Thanks for the tutorial..it helped me in getting started with API gateway in much less than I anticipated.

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

    Thanks, exactly what I was looking for.

  • @smartcoding25
    @smartcoding25 10 หลายเดือนก่อน +1

    Great Videos

  • @developer-zl8xt
    @developer-zl8xt 9 หลายเดือนก่อน +1

    Great tutorial

  • @nisalfernando4602
    @nisalfernando4602 5 ปีที่แล้ว +13

    Thank you for the tutorial. few things are missing here.
    1. Add maven-shade-plugin build configuration to pom.xml to include dependency jars
    2. Give dynamodb read write access to the created role, otherwise your will get permission denied

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

    Good, simple example! Well explained! Please do a video showing Lambda Authorizers. Thanks.

  • @yugaparanjape1948
    @yugaparanjape1948 5 ปีที่แล้ว +2

    Nice Demo, Help me a lot. Thank you

  • @alokyadav9684
    @alokyadav9684 4 ปีที่แล้ว +2

    Awesome bro you save my life

  • @vladanulardzic5859
    @vladanulardzic5859 5 ปีที่แล้ว

    Well done ! Keep on ...

  • @karthikeyannataraj3786
    @karthikeyannataraj3786 4 ปีที่แล้ว

    Exactly what I needed... Thank you.

    • @karthik-ug3pt
      @karthik-ug3pt 3 ปีที่แล้ว +1

      now i need this one.if you know well in this concept.plz reply pannunka

  • @bhaveshmandalkar3429
    @bhaveshmandalkar3429 4 ปีที่แล้ว +10

    Can u pls upload this source code for know the dependencies

  • @vrk3337
    @vrk3337 4 ปีที่แล้ว

    Awesome!

  • @shailesh.nallagonda
    @shailesh.nallagonda 3 ปีที่แล้ว

    Useful ... thanks

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

    Not able to see what you are typing or clicking on

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

    Great work , Keep up the good work

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

    Very good explanation. Need some more details. If we have one more resource then do we have to create a separate project and deploy as a separate lambda function or can I write 2 handler methods? Is it necessary to create a class "Request" and pass the method type in that? Is there any other way to pass the request details? Your answer will be very helpful. Thanks

  • @ayanbasu2008
    @ayanbasu2008 4 ปีที่แล้ว

    excellent

  • @nickwoo8483
    @nickwoo8483 5 ปีที่แล้ว

    where can i get the code?

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

    Thanks for the tutorial. Its really helpful.

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

      Thanks!

    • @karthik-ug3pt
      @karthik-ug3pt 3 ปีที่แล้ว +1

      @@MadeEasyTech bro when i deploy your code I got a error "{
      "message": "Could not parse request body into json: Could not parse payload into json: Unexpected character (\'\'\' (code 39)): was expecting double-quote to start field name
      at [Source: (byte[])\"{
      \"httpMethod\": \"POST\",
      \"student\": {\'$\'}
      }\"; line: 3, column: 14]"
      }

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

    Hi can you please share the source code link

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

    It shouldn't return stack trace right in 404 case.

  • @alperozdamar517
    @alperozdamar517 4 ปีที่แล้ว +2

    Well done! Where can I find the source code of this example?

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

    I am getting this error - {"message": "Could not parse request body into json: Could not parse payload into json: Unexpected character (\'}\' (code 125)): expected a value
    at [Source: (byte[])\"{
    \"httpMethod\":\"GET\",
    \"id\":
    }\"; line: 4, column: 2]"}
    can you help me fix? TIA

  • @developer-zl8xt
    @developer-zl8xt 9 หลายเดือนก่อน

    Where can i get the source code?

  • @vinaymorla9284
    @vinaymorla9284 5 ปีที่แล้ว

    Super demo, where can i get the code ?

  • @maheshkrishna4270
    @maheshkrishna4270 4 ปีที่แล้ว

    can you please uplaod the source code for understanding better?

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

    the video is really good. can i please get the source code of the eclipse app you have done.

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

    Could you please provide your source code?

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

    I'm getting "Could not parse request body into json: Unexpected character" when I send Get request

  • @rajnayanpalav6425
    @rajnayanpalav6425 5 ปีที่แล้ว

    I am getting 403 Forbidden error while makeing request. It says missing Authentication Token. Can you assist?

    • @nisalfernando4602
      @nisalfernando4602 5 ปีที่แล้ว

      Give dynamodb read write access to the created role, otherwise your will get permission denied

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

    Thank you for the knowledge sharing...Please provide us the code.

  • @aijunzhang6102
    @aijunzhang6102 4 ปีที่แล้ว +3

    It is very amazing! Could you share the source code? Thanks

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

    Incomplete video, no source code, and a few things missing such as Pom.xml file and showing us where the dynamodb is set up.

  • @shivanishukla1099
    @shivanishukla1099 4 ปีที่แล้ว

    can you upload source code

  • @alexjosuefernandezcalvay5794
    @alexjosuefernandezcalvay5794 5 ปีที่แล้ว

    Excellent!
    Give me theeeee cooooooode!!!!
    pls

  • @a.zoulay2678
    @a.zoulay2678 5 ปีที่แล้ว

    great demo , where can i found the code please

  • @ganeshadepu6372
    @ganeshadepu6372 4 ปีที่แล้ว

    what is the use of this video without proper code and config files explanation or giving code

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

    Thanks for the tutorial. Please share the source code.

  • @SmartDev-jl1wp
    @SmartDev-jl1wp 11 หลายเดือนก่อน

    Great tutorial

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

      Glad you think so!