AWS Lambda || Serverless with Spring Boot and AWS LAMBDA | Amazon | Technical Video | Java |Tutorial

    7
    12



    Learn Serverless with Spring Boot and AWS LAMBDA

    AWS Lambda is an event-driven, serverless computing platform provided by Amazon as a part of Amazon Web Services. It is a computing service that runs code in response to events and automatically manages the computing resources required by that code. It was introduced in November 2014
    Amazon
    Here Group of People are sharing their Knowledge about Software Development. They are from different Top MNC. We are doing this for community. It will help student and experience IT Pro to prepare and know about Google, Facebook, Amazon, Microsoft, Apple, Netflix etc and how these company works and what their engineer do.
    They will share knowledge about Azure, AWS , Cloud, Python, Java,.Net and other important aspect of Software Development.

    source

    Previous article42. Install and Configure Remote Desktop Services RDS on Windows Server 2019
    Next articleAmakuru yo kuri uyu wa 2 Rusama 2022

    12 COMMENTS

    1. Hi Friend,
      1) You are using Version 1 i.e. com.amazonaws of AWS Java SDK. What dependencies we need use for Version 2 i.e. software.amazon.awssdk?

      2) You have added the lambda dependencies but where are you using them in your spring boot app?
      Your handler is also extending springbootrequesthandler

      Thanks in advance

    2. Hi Sir,
      The above sample project is very nice and it is helped basic understanding of lamda function with spring boot demo.

      Kindly upload some more video's with realtime example if possible with CI and CD process (atleast some theory) .

      In production how to monitor logs (old data)

      Thanks you sir

    3. "errorMessage": "No function defined",

      "errorType": "java.lang.IllegalStateException"

      "stackTrace": [

      "org.springframework.cloud.function.adapter.aws.SpringFunctionInitializer.apply(SpringFunctionInitializer.java:191)",

      "org.springframework.cloud.function.adapter.aws.SpringBootRequestHandler.handleRequest(SpringBootRequestHandler.java:48)"

      ]