Skip to content

Commit 75bd640

Browse files
authored
Update README.md
1 parent 820f1af commit 75bd640

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ If you are using AWS CloudShell VPC environment, make sure it has access to the
3939
# Dependency installation
4040
sudo yum update -y
4141
sudo yum install -y python3.12 python3.12-pip
42-
(
43-
cd /tmp && \
44-
curl -L https://github.com/aws/aws-sam-cli/releases/latest/download/aws-sam-cli-linux-x86_64.zip -o aws-sam-cli-linux-x86_64.zip && \
45-
unzip -q aws-sam-cli-linux-x86_64.zip -d sam-installation && \
46-
sudo ./sam-installation/install
47-
)
4842

4943
git clone --depth=1 https://github.com/gabrielkoo/bedrock-access-gateway-function-url
5044
cd bedrock-access-gateway-function-url

0 commit comments

Comments
 (0)