I need to run AWS Lambda's many years of work (a few minutes), which will write its output to S3. It will be written in Java (actually Kotlin, but that doesn't matter).
I am learning the Amazon API Gateway as the interface between this and other AWMS Lambda jobs and the iOS mobile app that will talk to it.
Is it possible to call such lengthy Lambda processes asynchronously, either directly from the API gateway or from another lambda function?
source
share