We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5113033 commit d6cb284Copy full SHA for d6cb284
.evergreen/run-deployed-lambda-aws-tests.sh
@@ -1,10 +1,4 @@
1
#!/bin/bash
2
set -o errexit # Exit the script with error if any of the commands fail
3
4
-# TODO(BUILD-16902): Install SAM on Evergreen boxes.
5
-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
6
-unzip aws-sam-cli-linux-x86_64.zip -d sam-installation
7
-sudo ./sam-installation/install
8
-sam --version
9
-
10
. ${DRIVERS_TOOLS}/.evergreen/run-deployed-lambda-aws-tests.sh
0 commit comments