I want to run a machine learning code on AWS and want it to be connected to an android app. If a button is pressed on the android app, a picture should be sent to the AWS and the results should be received back on the app after the computation has been done of cloud. I have no experience of using AWS, but I think Amazon lambda needs to be used to run the code on AWS. So how to connect the android app the amazon lambda? Are there any other alternatives?