add serverless-plugin-split-stacks and update serverless configuration; refactor host function definitions and improve updateHostProfile handler

This commit is contained in:
paritosh18
2026-03-11 15:42:41 +05:30
parent b5cdb20c4f
commit 2ca785248f
5 changed files with 44 additions and 25 deletions

View File

@@ -1,6 +1,7 @@
generator client {
provider = "prisma-client-js"
binaryTargets = ["native", "rhel-openssl-3.0.x"] // Add Linux target
engineType = "binary"
binaryTargets = ["native", "rhel-openssl-3.0.x"] // Lambda Node 18/20 (Amazon Linux) target
previewFeatures = ["multiSchema"]
}