Skip to content

Commit

Permalink
Update github actions to install requests on deploy run. Remove pytho…
Browse files Browse the repository at this point in the history
…n-modules layer
  • Loading branch information
Kishan Patel authored and Kishan Patel committed Jan 23, 2025
1 parent caf9f49 commit f6b17b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/update-preaward-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
- name: Git clone the repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- name: Install requests library
working-directory: 'apps/pre-award/lambdas/application-deadline-reminder'
run: |
python -m pip install requests --target .
- name: Setup Copilot
uses: ./.github/actions/copilot_setup
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ Resources:
- ','
- Fn::ImportValue: !Sub ${App}-${Env}-PrivateSubnets
Layers:
- arn:aws:lambda:eu-west-2:378673660975:layer:python-modules:1
- arn:aws:lambda:eu-west-2:943013980633:layer:SentryPythonServerlessSDK:138


Expand Down

0 comments on commit f6b17b6

Please sign in to comment.