When deploying psoxy to AWS using the provided Terraform, the function code bundles get updated with every plan/apply. I believe this can be avoided by making builds reproducible. This looks fairly straightforward, assuming you can require versions of dependencies that support reproducible builds.