31 lines
1001 B
YAML
31 lines
1001 B
YAML
# ================== 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.6.2
|
|
|
|
InstallerType: msi
|
|
Installers:
|
|
- Arch: x64
|
|
Url: https://github.com/aws/aws-sam-cli/releases/download/v1.6.2/AWS_SAM_CLI_64_PY3.msi
|
|
Sha256: 3FBA20934D7580AB56C1BA245F08AA53235C7A33D696066E3F73AB8EB00D668B
|
|
Scope: machine
|
|
Language: en-US
|
|
|
|
# ManifestVersion: 0.1.0
|