mirror of
https://github.com/actions/runner-images.git
synced 2025-12-28 04:38:53 +08:00
* Add AWS SAM * Change utility name to upper case Co-authored-by: Sergey Dolin <v-sedoli@micorosoft.com>
7 lines
417 B
PowerShell
7 lines
417 B
PowerShell
################################################################################
|
|
## File: Install-AWS-SAM.ps1
|
|
## Desc: Install aws sam cli
|
|
## https://aws.amazon.com/serverless/sam/
|
|
################################################################################
|
|
|
|
Install-MSI -MsiUrl "https://github.com/awslabs/aws-sam-cli/releases/latest/download/AWS_SAM_CLI_64_PY3.msi" -MsiName "AWS_SAM_CLI_64_PY3.msi" |