calling existing AWS Lambda functions using the API Gateway URL directly with Swift?
I had a very basic Flask server while developing my apis locally and now it’s time to port them over to AWS Lambda which I’ve done so using serverless
to get everything deployed through configuration files without any problems.