Can someone please help me understand how the Hello World Java SpringBoot sample created by AWS CodeStar works when its deployed to lambda ?
What I cannot seem to understand is :-
There is a @SpringBootApplication annotation in the Main Application class, but how does this link to the handler/HelloWorldHandler.java ?
There seems to be no annotation in the HelloWorldHandler class which would indicate that it needs to be invoked when called by AWS Lambda.