Skip to content

Commit

Permalink
Update Landsat SNS topic
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckwondo committed Feb 7, 2024
1 parent 5b7e14e commit f7c04b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack/stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def getenv(key, default):
LANDSAT_RETRY_LIMIT = getenv("HLS_LANDSAT_RETRY_LIMIT", "3")
SSH_KEYNAME = getenv("HLS_SSH_KEYNAME", "hls-mount")
LANDSAT_SNS_TOPIC = getenv(
"HLS_LANDSAT_SNS_TOPIC", "arn:aws:sns:us-west-2:673253540267:public-c2-notify"
"HLS_LANDSAT_SNS_TOPIC", "arn:aws:sns:us-west-2:673253540267:public-c2-notify-v2"
)

DOWNLOADER_FUNCTION_ARN = getenv("HLS_DOWNLOADER_FUNCTION_ARN", None)
Expand Down

0 comments on commit f7c04b1

Please sign in to comment.