In response to some AWS lambda event like file uploaded to S3 bucket etc, is it possible to start/launch a web application on AWS lambda? I know a java app can be launched on lambda in response to some event, but I am particular about web application.
How is a web app different from java app? Right!! The web app is (should be) accessible to outer world through some URL. This is my main concern. Does AWS Lambda provide any such url feature through which I can access the web app running on lambda.