Skip to content

Commit d24971d

Browse files
committed
fix
1 parent 508d94f commit d24971d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/base/.devcontainer/scripts/install_aws_sam_cli.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4+
# taken from https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/reference-sam-cli-install-verify.html on how to verify installation
5+
46
if [ "${VERSION}" = "latest" ]; then
57
VERSION="$(curl -fsSLI -o /dev/null -w '%{url_effective}' https://github.com/aws/aws-sam-cli/releases/latest | awk -F/ '{print $NF}')"
68
fi

0 commit comments

Comments
 (0)