-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(lambda-python): asset hash is non-deterministic #12984
Commits on Feb 11, 2021
-
fix(lambda-python): asset hash is non-deterministic
When a Python handler uses external dependencies, the hash calculated on the output is non-determinstic due to the fact that it includes timestamps. To resolve that, change the asset hash strategy to `SOURCE` which means that the bundle will only be re-created if one of the source files changes. Fixes #12770 Fixes #12684
Elad Ben-Israel committedFeb 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 976a55d - Browse repository at this point
Copy the full SHA 976a55dView commit details -
Merge remote-tracking branch 'origin/master' into benisrae/python-fun…
…ction-use-source-hash
Elad Ben-Israel committedFeb 11, 2021 Configuration menu - View commit details
-
Copy full SHA for a807db6 - Browse repository at this point
Copy the full SHA a807db6View commit details
Commits on Feb 22, 2021
-
Merge branch 'master' into benisrae/python-function-use-source-hash
Elad Ben-Israel authoredFeb 22, 2021 Configuration menu - View commit details
-
Copy full SHA for fcb850d - Browse repository at this point
Copy the full SHA fcb850dView commit details -
Elad Ben-Israel committed
Feb 22, 2021 Configuration menu - View commit details
-
Copy full SHA for cf5d8a6 - Browse repository at this point
Copy the full SHA cf5d8a6View commit details -
Merge branch 'master' into benisrae/python-function-use-source-hash
Elad Ben-Israel authoredFeb 22, 2021 Configuration menu - View commit details
-
Copy full SHA for 07c3b60 - Browse repository at this point
Copy the full SHA 07c3b60View commit details -
Merge branch 'master' into benisrae/python-function-use-source-hash
Elad Ben-Israel authoredFeb 22, 2021 Configuration menu - View commit details
-
Copy full SHA for e3a796f - Browse repository at this point
Copy the full SHA e3a796fView commit details
Commits on Feb 23, 2021
-
Elad Ben-Israel committed
Feb 23, 2021 Configuration menu - View commit details
-
Copy full SHA for 0938a88 - Browse repository at this point
Copy the full SHA 0938a88View commit details -
Merge remote-tracking branch 'origin/master' into benisrae/python-fun…
…ction-use-source-hash
Elad Ben-Israel committedFeb 23, 2021 Configuration menu - View commit details
-
Copy full SHA for ccff82e - Browse repository at this point
Copy the full SHA ccff82eView commit details -
Merge remote-tracking branch 'origin/master' into benisrae/python-fun…
…ction-use-source-hash
Elad Ben-Israel committedFeb 23, 2021 Configuration menu - View commit details
-
Copy full SHA for 25a6cba - Browse repository at this point
Copy the full SHA 25a6cbaView commit details
Commits on Feb 24, 2021
-
Image hash was not deterministic because it had the full path of the Dockerfile in it. Create a staging directory which contains the docker build context files instead.
Elad Ben-Israel committedFeb 24, 2021 Configuration menu - View commit details
-
Copy full SHA for c0257be - Browse repository at this point
Copy the full SHA c0257beView commit details -
Elad Ben-Israel committed
Feb 24, 2021 Configuration menu - View commit details
-
Copy full SHA for b3f38f4 - Browse repository at this point
Copy the full SHA b3f38f4View commit details -
Merge branch 'master' into benisrae/python-function-use-source-hash
Elad Ben-Israel authoredFeb 24, 2021 Configuration menu - View commit details
-
Copy full SHA for a3b1dd6 - Browse repository at this point
Copy the full SHA a3b1dd6View commit details -
fix bundling and add check that "file" is relative
Elad Ben-Israel committedFeb 24, 2021 Configuration menu - View commit details
-
Copy full SHA for bfb9c77 - Browse repository at this point
Copy the full SHA bfb9c77View commit details -
Elad Ben-Israel committed
Feb 24, 2021 Configuration menu - View commit details
-
Copy full SHA for c81557b - Browse repository at this point
Copy the full SHA c81557bView commit details