diff --git a/cla-backend/requirements.txt b/cla-backend/requirements.txt index 7440272f1..f14cee204 100644 --- a/cla-backend/requirements.txt +++ b/cla-backend/requirements.txt @@ -60,4 +60,3 @@ Werkzeug==0.15.5 wrapt==1.11.2 zipp==3.15.0 markupsafe==2.0.1 -cryptography==41.0.2 diff --git a/cla-backend/serverless.yml b/cla-backend/serverless.yml index bf8f4e977..a68429079 100644 --- a/cla-backend/serverless.yml +++ b/cla-backend/serverless.yml @@ -32,12 +32,7 @@ custom: wsgi: app: cla.routes.__hug_wsgi__ pythonBin: python - pythonRequirements: - dockerizePip: true - dockerImage: public.ecr.aws/sam/build-python3.7:latest - dockerRunCmdExtraArgs: - - '--platform' - - 'linux/amd64' + pythonRequirements: false # Config for serverless-prune-plugin - remove all but the 10 most recent # versions to avoid the "Code storage limit exceeded" error prune: