I'm trying to run migrations on a lambda using thi...
# prisma-migrate
d
I'm trying to run migrations on a lambda using this command:
Copy code
./node_modules/prisma/build/index.js migrate deploy --schema=<schema_path>
I've got it mostly working, however the migration-engine binary doesn't exist in the /prisma directory, only /@prisma/engines. Can anyone help me understand the differences between the binary locations which are in /prisma, /@prisma/engines, and /.prisma and what the best way is to point that script to the migration engine which it can't currently find? Also I can't find a migration-engine-rhel-openssl-1.0.x anywhere, only darwin