Hi I've been posting a bit on GitHub trying to sha...
# prisma-migrate
m
Hi I've been posting a bit on GitHub trying to share what I'm trying to accomplish with DB migrations and adding a prisma lambda layer to functions in my CDK app. I created a WIP PR to try to put my ideas into code to create reusable constructs and utilities for using Prisma in lambda functions with CDK. Suggestions and feedback would be most appreciated: https://github.com/jetbridge/jetkit-cdk/pull/13
💯 1
t
Thanks for posting this — it would be interesting to know what you need from a migrate SDK, and how we can expose it. I think we're not ready to expose the internals yet as they're in flux, but it will come. Is the binary downloads/binary size a problem for your use case, for example?
m
It's been a bit of an issue for packaging More details in this thread https://github.com/prisma/prisma/discussions/8245