From 59a5b75a239624e4d623929b43562b0355b3e447 Mon Sep 17 00:00:00 2001 From: Easton Pillay Date: Sun, 31 Jan 2021 17:51:04 -0600 Subject: [PATCH] Added AWS SAM CLI version 1.16.0. (#6875) --- manifests/Amazon/SAM-CLI/1.16.0.yaml | 31 ++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 manifests/Amazon/SAM-CLI/1.16.0.yaml diff --git a/manifests/Amazon/SAM-CLI/1.16.0.yaml b/manifests/Amazon/SAM-CLI/1.16.0.yaml new file mode 100644 index 000000000..e6db54754 --- /dev/null +++ b/manifests/Amazon/SAM-CLI/1.16.0.yaml @@ -0,0 +1,31 @@ +# ================== General ================== +Id: Amazon.SAM-CLI +Publisher: Amazon +Name: AWS Serverless Application Model +Author: Amazon +Description: The AWS Serverless Application Model (SAM) is an open-source framework for building serverless applications. +AppMoniker: aws sam cli +Tags: cli, aws, amazon, sam, serverless +#Protocols: +#Commands: + +# ================== License ================== +Homepage: https://aws.amazon.com/serverless/sam/ +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-sam-cli/blob/master/LICENSE + +# ================= Installer ================= +MinOSVersion: 10.0.0.0 +#Channel: stable # Channel is not supported in this preview (5/24/2020) +Version: 1.16.0 + +InstallerType: msi +Installers: + - Arch: x64 + Url: https://github.com/aws/aws-sam-cli/releases/download/v1.16.0/AWS_SAM_CLI_64_PY3.msi + Sha256: A42A6F000CC8846A5633AF4CB5C392A44DD8BA1E6609AC840D78A936ACBCD024 + ProductCode: "{9F52DFBF-1F95-449D-A3A7-ADA90AF72BAD}" + Scope: machine + Language: en-US + +# ManifestVersion: 0.1.0 \ No newline at end of file