Hello - Is it possible for Tines to execute a python code block?
d
delightful-iron-88953
03/29/2022, 1:21 PM
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
adventurous-manchester-53286
03/29/2022, 1:43 PM
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
some-holiday-31955
03/29/2022, 2:48 PM
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
abundant-pilot-90646
03/29/2022, 4:37 PM
Got it - thank you all for your explanations. Much appreciated!!