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
Nice video. It seems like all these methods are like GET operations. Can we have post operation kind of stuff using lamda ? If yes, how does it take the payload ?
Background noise is more. Seems you are making video near any roadside.
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
You are not addressing the SLOW SLOW SLOW SpringBoot startup. Already very close to the re-start problem during startup, and you have nothing configured.
Not a good idea to run it just like this….
can you share your code ?
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
"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)"
]
I did the same and hitting error, how to debug it. plz suggest.
{
"errorMessage": "Class not found: com.lambda.lambdaOne.InventoryHandler",
"errorType": "java.lang.ClassNotFoundException"
}
maza hi aa gya matlab
Is there any coaching available for complete serverless course using java spring boot?, I want to join.
can you provide github repo url ?
Superb video