Skip to content
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 non-idempotent Auth@Edge function deploys #464

Merged
merged 1 commit into from Sep 25, 2020

Commits on Sep 25, 2020

  1. fix non-idempotent Auth@Edge function deploys

    pyrsa/pyjwt create scripts with a shebang specific to the build system.
    Removing them, and setuptools remnants containing various hash values,
    stops new functions from being built on different systems.
    
    It's possible the `PYTHONDONTWRITEBYTECODE` option is safe to apply
    unconditionally to all function builds by default, but I'm not 100%
    certain of the implications of that so I've gated it to an explicit
    option for now.
    
    All of the new options have been intentionally left off the docs for
    this first pass where we may revise the names.
    troyready committed Sep 25, 2020
    Copy the full SHA
    d3e0b6b View commit details
    Browse the repository at this point in the history