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
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
#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 )
Thanks for including the unit test portion. That was helpful.
Thanks for sharing this content! Helped me a bunch! Cheers from Brazil!
Thank you Dan! Very useful tutorial!
thank you Dan! This videos are amazing hope to see more of them!
Great work Dan!
enjoyed the tests again! I would like to see sam template to make deploying easier
Came for AWS Lambda Mockito answer-ed :)
Thank you! Very useful tutorial.
Thank you Dan 😀
Thanks for sharing!
Thanks Dan
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
How can we build REST APIs in serverless?
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
#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 )
That "msp" shortcut to import maven shade plugin xml snippet in pom.xml, is that automatically available in intellij ?
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
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
Nice
Mockito JUnit code is more than actual code. That will helpful to write test cases