ecosystem-tests
ecosystem-tests copied to clipboard
DigitalOcean Functions
https://www.digitalocean.com/products/functions
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/enginesfolder in order to get under 48MB function size limit.
See Functions Limits for more details.