Skip to content

Commit 01241b8

Browse files
committed
CMR-10313: Rename the test lambda
1 parent 6841b05 commit 01241b8

File tree

5 files changed

+4
-3
lines changed

5 files changed

+4
-3
lines changed
File renamed without changes.

subscription/notify-test-lambda/README.md renamed to subscription/url-endpoint-test-lambda/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
This lambda is a test lambda meant to be run in SIT and WL.
1+
url-endpoint-test-lambda function is a test lambda meant to test subscriptions with a URL endpoint.
2+
The test lambda will run in SIT and WL and it provides an endpoint that testers can use to test URL endpoint based subscriptions.
23

34
A user creates an ingest granule subscription. An example follows:
45
{"Name": "Ingest-Subscription-Test-Sit-http",

subscription/notify-test-lambda/build.sh renamed to subscription/url-endpoint-test-lambda/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ pip3 install --target ./package -r requirements.txt --no-compile
88

99
# Zip dependencies
1010
cd package
11-
zip -r ../notify_test_lambda_deployment_package.zip . -x "__pycache__/*"
11+
zip -r ../url_endpoint_test_lambda_deployment_package.zip . -x "__pycache__/*"
1212
cd ..
1313

1414
# Add contents of src directory to the zip file
1515
cd src
16-
zip -r ../notify_test_lambda_deployment_package.zip . -x "__pycache__/*"
16+
zip -r ../url_endpoint_test_lambda_deployment_package.zip . -x "__pycache__/*"
1717

1818
# Return to the top directory
1919
cd ..
File renamed without changes.

subscription/notify-test-lambda/src/notify-test-lambda.py renamed to subscription/url-endpoint-test-lambda/src/url-endpoint-test-lambda.py

File renamed without changes.

0 commit comments

Comments
 (0)