ecosystem-tests icon indicating copy to clipboard operation
ecosystem-tests copied to clipboard

DigitalOcean Functions

Open janpio opened this issue 3 years ago • 1 comments

https://www.digitalocean.com/products/functions

janpio avatar May 24 '22 12:05 janpio

Prisma client seems to be working in DigitalOcean Functions when following these steps:

  • Generate Prisma client and build functions on your computer or in CI (as opposed to remote build in Digital Ocean).
  • Set memory to at least 512 MB.
  • Remove node_module/@prisma/engines folder in order to get under 48MB function size limit.

See Functions Limits for more details.

livthomas avatar Jan 10 '23 11:01 livthomas