From 59397cad2f4e6a4ead8012a87fc43ec977401698 Mon Sep 17 00:00:00 2001 From: Alex Thewsey Date: Tue, 8 Aug 2023 01:21:28 +0000 Subject: [PATCH] fix(deps): New URL for preview SDK download Old ...aws.dev URL no longer available --- download-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download-dependencies.sh b/download-dependencies.sh index 7dd1bd48..d449ad7a 100755 --- a/download-dependencies.sh +++ b/download-dependencies.sh @@ -6,7 +6,7 @@ cd ./dependencies # Removing prior dependencies rm -rf * echo "Downloading dependencies" -curl -sS https://preview.documentation.bedrock.aws.dev/Documentation/SDK/bedrock-python-sdk.zip > sdk.zip && \ +curl -sS https://d2eo22ngex1n9g.cloudfront.net/Documentation/SDK/bedrock-python-sdk.zip > sdk.zip && \ echo "Unpacking dependencies" # (SageMaker Studio system terminals don't have `unzip` utility installed) if command -v unzip &> /dev/null