Spring Cloud Function on AWS Lambda | Serverless Architecture using AWS Lambda | AWS

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ส.ค. 2021
  • You will learn how to use Spring Cloud Function and how to build and run a Spring Cloud Function locally and then deploy it to AWS Lambda.
    Git Hub Link: github.com/shameed1910/aws-la...
    SPRING BOOT + AWS Playlist link: • Spring Boot + AWS
    Spring Cloud Function Document Link : cloud.spring.io/spring-cloud-...
    My Top Playlists:
    Spring Boot with Angular : • Spring Boot + Angular
    Spring Boot with Docker & Docker Compose : • Spring Boot Docker & D...
    Spring Boot with Kubernetes : • Spring Boot Docker Kub...
    Spring Boot with AWS : • Spring Boot + AWS
    Spring Boot with Azure : • Spring Boot Azure
    Spring Data with Redis : • Spring Data with Redis
    Spring Boot with Apache Kafka : • Apache kafka
    Spring Boot with Resilience4J : • SpringBoot Resilience4j
  • วิทยาศาสตร์และเทคโนโลยี

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

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

    This is really wonderful tutorial. Thanks

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

    Thank you for the video. I was using springboot 2.7.7 and was facing some method not found issue when testing. The issue got resolved once I started using 2.3.4.RELEASE version. Is there a practice or a way to check for compatibility as I am even sure what was incompatible with what?

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

    I am trying out the example on the video. At this time the SpringBootRequestHandler class has been deprecated, what do you suggest to do in the StudentHandler class?

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

      Instead of using StudentHandler class, I used org.springframework.cloud.function.adapter.aws.FunctionInvoker class. It works.

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

      @@darylle6731 in the handler code or I just need to paste it in the Handler input box under the Runtime settings in aws?

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

    can you name one good reason on why to use aws lambda like this with spring cloud functions in the real world?

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

      AWS Lambda is the more mature and most popular compare to other cloud providers. AWS Lambda is better for rapid scale-out and handling massive workloads, both for web APIs and queue-based applications.

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

    Can you please share github link

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

    What about coldstart?

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

      13~14seconds to run a simple function is really terrible.
      Did you finded something about coldstart with spring?

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

    Very helpful but below points, seems you forgot to cover.
    1. Created the 3 different beans. Not explained why
    2. Difference between MyConsumer and Beans, Not idea why did you done.
    3. Handler don't have any methods, don't how it will call beans.
    4. Only my consumer bean details you provided in application.properties but not student beans.
    5. Horrible project structure
    6. To understand fully need to visit another tutorial
    Could be helpful for you only to re-call