Hi Dan, thank you so much for your tutorials. It would be really nice to see some kind of full stack application like a springboot rest api (microservice) as a lambda function behind an api gateway to call it via rest calls like GET, POST, PUT, etc. What do you think about that proposal for potential next videos? Thanks again for all your efforts. Regards, Mario
#great tutorial. Just found it and loving it. Hope you continue it with some tips on your learnings in productionizing these. What am super interested in finding out is if one should - one project with many handled deployed as a fat jar - or one handler per project in python one would just have many lambda deployed that do specific things i.e. an endpoint per handler (deployed separately )
You have printed a log statement in code. But it was not printing monitor tab of lambda console. Kindly demo the setup needed for printing logger statements
Thanks for including the unit test portion. That was helpful.
enjoyed the tests again! I would like to see sam template to make deploying easier
Thanks for sharing this content! Helped me a bunch! Cheers from Brazil!
Came for AWS Lambda Mockito answer-ed :)
Thank you Dan! Very useful tutorial!
thank you Dan! This videos are amazing hope to see more of them!
Do you have another video for extending the same example using the Aws API gateway and an async
Hi Dan, thank you so much for your tutorials. It would be really nice to see some kind of full stack application like a springboot rest api (microservice) as a lambda function behind an api gateway to call it via rest calls like GET, POST, PUT, etc. What do you think about that proposal for potential next videos? Thanks again for all your efforts. Regards, Mario
Great work Dan!
Thank you! Very useful tutorial.
#great tutorial. Just found it and loving it. Hope you continue it with some tips on your learnings in productionizing these.
What am super interested in finding out is if one should
- one project with many handled deployed as a fat jar
- or one handler per project
in python one would just have many lambda deployed that do specific things i.e. an endpoint per handler (deployed separately )
How we can do the same thing using spring boot
That is exactly what we are working towards! You can use Spring Cloud Function.
@@DanVega I am excited to see that in action
How can we build REST APIs in serverless?
That "msp" shortcut to import maven shade plugin xml snippet in pom.xml, is that automatically available in intellij ?
You have printed a log statement in code. But it was not printing monitor tab of lambda console. Kindly demo the setup needed for printing logger statements
Thanks for sharing!
Mockito JUnit code is more than actual code. That will helpful to write test cases
Thank you Dan 😀
Quite informative. Just one constructive feedback if I may; more time spent on Junits and not so much on the actual topic.
Appreciate the feedback
Thanks Dan
Nice