I need help with the following.
I’m trying to allow my users to generate signed urls. I have the Ruby code to generate the urls but was wondering how to let the users run it inside my Bubble app.
Hi Chris,
Thanks for trying to help.
The usecase is synchronous image generation using signed URL’s. (Documentation is here)
I want the ruby code to run after user click a button and I wan’t the ruby code to take values from Bubble variables…
I think the easiest way is by creating an API to run the code somewhere else but then it is not “instant”.