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

resolve issue installing cryptography for aws lambda environment #206

Merged
merged 1 commit into from
Aug 29, 2023

Conversation

asjohnston-asf
Copy link
Member

@asjohnston-asf asjohnston-asf commented Aug 29, 2023

It's been two years since we touched this repository, so today's deployment failed due to python dependency issues. The door lambda now fails in the test environment with Runtime.ImportModuleError: Unable to import module 'door.lambda_handler': /lib64/libc.so.6: version GLIBC_2.28 not found (required by /var/task/cryptography/hazmat/bindings/_rust.abi3.so)

This PR freezes package versions, enables dependabot, and resolves installation of cryptography for aws lambda environments using the same approach as https://github.com/ASFHyP3/hyp3

@asjohnston-asf asjohnston-asf merged commit c08be8d into test Aug 29, 2023
2 checks passed
@asjohnston-asf asjohnston-asf deleted the deps branch August 29, 2023 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants