Hello - Is it possible for Tines to execute a pyth...
# general
a
Hello - Is it possible for Tines to execute a python code block?
d
I haven’t tried, but what I have done for complex functions/poor API functionality is deployed an AWS GW and use Lambda’s to create a facade for complexity. Also, it allows you not fully entrench yourself into a vendor product
a
There isn’t a way to upload and execute code today in Tines. As Christopher mentioned, Tines does work nicely with services like AWS Lambda to Google Cloud Functions. In fact, you can even utilize the AWS APIs to run a Lambda function. There is an example template when you search for ‘Invoke’ in the AWS section.
s
We're moving to the same as Christopher in doing a GCP API Gateway so that we don't have to do unique JWTs per cloud function, etc. Just a single API Gateway key.
a
Got it - thank you all for your explanations. Much appreciated!!
a
Forgot that I have a blog on it also - https://www.tines.com/blog/leveraging-aws-lambda