Hi all! This is my first time here, so please forgive me if this topic has been covered anywhere - I ran some searches and couldn’t find anything.
We are developing some Android applications that consume business logic implemented in AWS Lambda. We have been working in Java, but it’s a tedious job - and I’m a very experienced Java programmer! Most of the development is being done by a colleague who is far less experienced in Java and it is a steep learning curve. We have looked at Kotlin and it looks promising, but I can’t find any information on how to call AWS Lambda functions. Anyone got any experience of making it work?
TIA
Martin