Commit 02ef5e6c authored by Ben Bodenmiller's avatar Ben Bodenmiller

Fix deploying AWS Lambda function using GitLab CI/CD

parent e2b0cc80
...@@ -394,6 +394,8 @@ stages: ...@@ -394,6 +394,8 @@ stages:
production: production:
stage: deploy stage: deploy
before_script: before_script:
- apt-get update
- apt-get install -y python3-pip
- pip3 install awscli --upgrade - pip3 install awscli --upgrade
- pip3 install aws-sam-cli --upgrade - pip3 install aws-sam-cli --upgrade
script: script:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment