Is there a recommended way to create an aws lambda layer?
I'm bumping up to size limits on the layer. I have only 3 prisma packages in the layer and it already exceeds the limit.
I've tried a few solutions before, but none have worked and basically just ended splitting each package into it's own layer, which is cumbersome to say the least
side note: do we have a way to create one package for multiple databases? i assume that would reduce the size but i really have no idea
I've tried a few solutions before, but none have worked and basically just ended splitting each package into it's own layer, which is cumbersome to say the least
side note: do we have a way to create one package for multiple databases? i assume that would reduce the size but i really have no idea