Adding AWS Serverless Application Model (SAM) (#2527)

* Adding AWS Serverless Application Model (SAM)

* Update aws-sam-cli.json

Updating to v1.29.0

* Update aws-sam-cli.json

* Update aws-sam-cli.json

* Update aws-sam-cli.json

revising the description to add more detail

* Update aws-sam-cli.json

* Update aws-sam-cli.json

* Update PR to Newest SAM Release

* Update aws-sam-cli.json

* Update aws-sam-cli.json
This commit is contained in:
Stephen Bawks 2021-10-13 15:16:55 -04:00 committed by GitHub
parent d2f41d2597
commit 8700d88093
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

25
bucket/aws-sam-cli.json Normal file
View File

@ -0,0 +1,25 @@
{
"version": "1.33.0",
"description": "The AWS Serverless Application Model (SAM) is an open-source framework for building serverless applications. It provides shorthand syntax to express functions, APIs, databases, and event source mappings. With just a few lines per resource, you can define the application you want and model it using YAML. During deployment, SAM transforms and expands the SAM syntax into AWS CloudFormation syntax, enabling you to build serverless applications faster.",
"homepage": "https://aws.amazon.com/serverless/sam/",
"license": "Apache-2.0",
"suggest": {
"AWS CLI": "aws"
},
"architecture": {
"64bit": {
"url": "https://github.com/aws/aws-sam-cli/releases/download/v1.33.0/AWS_SAM_CLI_64_PY3.msi",
"hash": "52554799bcce2a8de055886735c74f075ab90bf8be625c3f6c1cd6cdc66f08e3"
}
},
"extract_dir": "Amazon\\AWSSAMCLI",
"bin": "bin\\sam.cmd",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/aws/aws-sam-cli/releases/download/v$version/AWS_SAM_CLI_64_PY3.msi"
}
}
}
}