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

preview_player
Показать описание
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.

My Top Playlists:

Рекомендации по теме
Комментарии
Автор

This is really wonderful tutorial. Thanks

jasper
Автор

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?

TheDivyansh
Автор

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?

darylle
Автор

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

Dzimboo
Автор

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

leninyaragalla