Skip to content

Commit 1cd34f9

Browse files
committed
feat(sam): add AWS SAM CLI
1 parent df965c8 commit 1cd34f9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

aws-cli/docker-compose.test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ services:
1212
exit 1
1313
fi
1414
aws --version # awscli
15+
sam --version # aws-sam-cli
1516
bash --version # bash
1617
bzip2 --help # bzip2
1718
cfn-lint --version # cfn-lint

aws-cli/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
aws-sam-cli==1.146.0
12
cfn-lint==1.40.4
23
cfn-policy-validator==0.0.36
34
checkov==3.2.493

0 commit comments

Comments
 (0)