This repository has been archived by the owner on Jun 15, 2024. It is now read-only.
Custom hash generation #141
Unanswered
SlavenIvanov
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
For our current project we have a setup Prisma in our lambdas. This means that any change to the
prisma
folder would merit a lambda layer regeneration. From the docs I came to understand that only changes to apackage.json
trigger a new layer build.I also saw that there is a customHash property, which could be used to watch for any potential changes.
Do you have any pointers to how I could watch for changes in both
package.json
and theprisma
folder?Beta Was this translation helpful? Give feedback.
All reactions