mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
8 lines
415 B
PowerShell
8 lines
415 B
PowerShell
################################################################################
|
|
## File: Install-AWS-SAM.ps1
|
|
## Desc: Install aws sam cli
|
|
## https://aws.amazon.com/serverless/sam/
|
|
################################################################################
|
|
|
|
Install-Binary -Url "https://github.com/awslabs/aws-sam-cli/releases/latest/download/AWS_SAM_CLI_64_PY3.msi" -Name "AWS_SAM_CLI_64_PY3.msi"
|