When trying to deploy the sample python application “digitalocean/sample-functions-python-jokes” to Functions on a Windows workstation, doctl looking for a build.cmd. Is there a sample build.cmd to installation depend...
No answers yet • 1 day ago • By Horace YipDigitalOcean FunctionsPython
We have an external API that requires white-listing from a third-party we don’t have control over. They require that requests to it are white-listed. Do external calls from functions have a static IP, or does the IP c...
1 answer • 1 day ago • By Dan InsleyDigitalOcean FunctionsNetworking
I want to run a simple nodeJS script as a function in DO Functions.But the nodeJS requires one or more dependencies which need to be stored in node_modules. How do we run a nodeJS script that way ? I mean, we would ne...
Accepted Answer: Hi there, You can still have your dependencies defined in a package.json file as normal. The platform will detect the file and will install those dependencies as normal. You don’t have to commit the node_modules direc...
1 answer • 5 days ago • By Anjanesh LekshminarayananDigitalOcean Functions
My application is uploading files to a DigitalOcean Space. I have a function I want to run to unzip some of those files and move them to another Space. Is there a way to evoke a function whenever an upload to the firs...
1 answer • 8 days ago • By 99c59ae1b3f9-4fdc-ba80-f8f9abDigitalOcean FunctionsDigitalOcean Spaces
Is it possible to run FFMPEG on DO functions? We are looking to write a function to capture frame from a remote video on the fly via an API call. i.e run ffmpeg -ss time -i “url ” -vframes 1 -f image2pipe - Any sugges...
No answers yet • 11 days ago • By shubkansalDigitalOcean Functions
Hey, On the Functions pricing page (https://docs.digitalocean.com/products/functions/details/pricing/ ) it states Functions components in App Platform otherwise follow App Platform pricing, including bandwidth. I’m no...
1 answer • 11 days ago • By Daniel WalshDigitalOcean Functions
Limiting function with top limits of 5 seconds & 1024MB memory still not enough for high res image manipulation.Any plan for higher limits on for those ?
2 answers • 19 days ago • By adi38980d0d4d8537081134c00DigitalOcean Functions
I was trying to discover digitalocean functions but could not find a viable solution to use environment variables in functions. It there a way to do it?
1 answer • 22 days ago • By LittleBlueClamDigitalOcean Functions
Is there some limit on number of lines to a single PHP function ?Because there’s 0 errors in my localhost and all works fine.But code past line 2598 is not getting saved. And the DO Functions console shows 2 more blan...
Accepted Answer: This was a UI text editor limit which we’ve since relaxed. Thanks for the bug report.
2 answers • 30 days ago • By Anjanesh LekshminarayananDigitalOcean Functions
I have a standalone PHP script which is 192K (~3500 lines) that takes an array as user input and returns an huge array of numerous calculations that exists in an XLSX file which I mapped one-by-one in PHP code. Does t...
Accepted Answer: You can use a DBaaS instance for the database with your function. We have a couple of examples see here https://github.com/digitalocean/sample-functions-todo and another example https://github.com/rabbah/vitals/blob/m...
2 answers • 30 days ago • By Anjanesh LekshminarayananDigitalOcean Functions
Unfortunately the functions docs are very, very superficial and neither contain any information on how to access the incoming request (e.g. HTTP headers, source IP, etc.) nor on how to return anything else than text r...
2 answers • 30 days ago • By ulopeDigitalOcean Functions
Will it be able at some point to connect to the managed database instance through DO functions? That would make my life a lot easier to migrate to functions.
1 answer • 30 days ago • By stefanSharkDigitalOcean Managed PostgreSQL DatabaseDigitalOcean Functions