TinyFunction

TinyFunction

World's fastest way to create cloud functions

5 followers

TinyFunction allows you to write and deploy cloud functions (~ AWS Lambda's) instantly. Visit TinyFunction.com, write function code and click Deploy button, thats it.
TinyFunction gallery image
TinyFunction gallery image
Free
Launch Team

What do you think? …

Kishore
Hello PH Devs, TinyFunction allows you to write and deploy cloud functions instantly. Deploying lambda functions in AWS/GCP/Cloud is easy but TinyFunction makes it even more simpler. Visit TinyFunction.com, write function code and click Deploy button, you will get a url for your function. Just change the parameters (url params) and use it. Each function gets 128MB and max function execution time is set to 10 seconds. Please let me know which nodejs modules you want to use, I will try to inculde them. Also support for Python functions is coming soon. I love to hear your opinion and suggestions Kishore
Tom Shwa
@prakis Super buggy, Are you sure this thing can handle node js code. If yes then what libraries? using the https or fs module causes your website to crash completely. Rate limit? and why faq page is just lorem ipsum? I hope you don't mind me. (just trying to give some feedback on something I would have loved)
Kishore
@hippielemur Hi, What bugs are you facing? You mind sharing the script which crashed? Rate Limits are currently set to 1000 calls. I noticed the FAQ issue, fixing it right now. Thanks alot. Thanks for taking time to write me.
Tom Shwa
@prakis try this simple code - " const fs = require('fs') fs.rename('hi.json', 'yo.json', err => { if (err) { return console.error(err) } console.log('done') }) " -this code gave me this link - https://tinyfunction.com/call/21... which is not what's expected. found some more bugs other than this.
Kishore
@hippielemur File system is not accessible in any cloud functions because of auto scaling issues and security. For TinyFunction datastorage purposes I am working on integrating KeyVal.org and TinyDatabase.com.
Tom Shwa
@prakis but that should throw an error, not kill the website
Arda Helvacılar
Interesting product, will try!
Kishore
@helvacilar Thank you.
Francisc Boicu
Any chance PHP soon?
Kishore
@francisc_boicu1 Sure, I added PHP to the todo list.