I've created an iOS-App where I am using AWS-Amplify with GraphQL-Api which works just perfect.
But as Amplify offers Lambda functions, I wanted to extend my App with these.
I have never used AWS Lambda functions before. In an other project I am using Firebase Cloud Functions which I integrated with Https-Callable functions in my iOS App.
Actually I want to do the same with AWS-Lambda as I want to send some data that gets processed in a lambda function. I've tried a few solutions but none of them worked as I am using Amplify. I also couldn't find any documentation about that
Is there a possibility to call lambda functions just like the Https-Callable functions with an iOS Amplify App?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…