Skip to content

Commit

Permalink
updates 2024-07-08 - Lambda zip prep
Browse files Browse the repository at this point in the history
  • Loading branch information
CHRISCARLON committed Jul 8, 2024
1 parent e51a869 commit 554d40e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/lambda_zipper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Zip the lambda_jobs directory
run: zip -r lambda_jobs.zip ./herding_cats_pipelines/lambda_jobs
- name: Install dependencies and zip Lambda function
run: |
cd ./herding_cats_pipelines/lambda_jobs
pip install -r requirements.txt -t ./package
cp *.py ./package/
cd ./package && zip -r ../../lambda_jobs.zip .
- name: Configure AWS credentials
uses: aws-actions/[email protected]
Expand Down
2 changes: 2 additions & 0 deletions herding_cats_pipelines/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
The aim of this project is simple, **provide regular snapshots of the overall health and compositioin of the UK's open data landscape**.

The pipeline will only focus on London Datastore as a proof of concept.

## Metrics

More metrics will come in the future...
Expand Down

0 comments on commit 554d40e

Please sign in to comment.