Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into amptek_support
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsteve committed Nov 18, 2024
2 parents c449647 + f9d4498 commit 0082cb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/calibration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Run Lambda Docker Container
run: |
docker run -d -p 9000:8080 -e USE_INSTRUMENT_TEST_DATA=True -e LAMBDA_ENVIRONMENT=DEVELOPMENT processing_function:latest
docker run -d -p 9000:8080 -e USE_INSTRUMENT_TEST_DATA=True -e LAMBDA_ENVIRONMENT=DEVELOPMENT -e SWXSOC_MISSION=padre processing_function:latest
container_id=$(docker ps -qf "ancestor=processing_function:latest")
echo "Container ID: $container_id"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_data/test_meddea_event.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Records": [
{
"Sns": {
"Message": "{\n\"Records\": [\n{\n\"eventSource\": \"aws:s3\",\n\"awsRegion\": \"us-east-1\",\n\"eventTime\": \"2022-07-25T09:35:08.284Z\",\n\"eventName\": \"ObjectCreated:Put\",\n\"s3\": {\n\"bucket\": {\n\"name\": \"dev-hermes-meddea\"\n},\n\"object\": {\n\"key\": \"padre_MEDDEA_l0_2024087-134616_v1.bin\",\n\"size\": 68221,\n\"eTag\": \"32d82e8a2e72af004c557c4e369e89ff\",\n\"sequencer\": \"0062DE63CC330B223E\"\n}\n}\n}\n]\n}",
"Message": "{\n\"Records\": [\n{\n\"eventSource\": \"aws:s3\",\n\"awsRegion\": \"us-east-1\",\n\"eventTime\": \"2022-07-25T09:35:08.284Z\",\n\"eventName\": \"ObjectCreated:Put\",\n\"s3\": {\n\"bucket\": {\n\"name\": \"dev-padre-meddea\"\n},\n\"object\": {\n\"key\": \"padre_MEDDEA_l0_2024087-134616_v1.bin\",\n\"size\": 68221,\n\"eTag\": \"32d82e8a2e72af004c557c4e369e89ff\",\n\"sequencer\": \"0062DE63CC330B223E\"\n}\n}\n}\n]\n}",
"MessageAttributes": {
"Test": {
"Type": "String",
Expand All @@ -12,4 +12,4 @@
}
}
]
}
}

0 comments on commit 0082cb4

Please sign in to comment.