From 8700d88093ea091be7addc68e8fd529ae4a4e2be Mon Sep 17 00:00:00 2001 From: Stephen Bawks <5246651+stephenbawks@users.noreply.github.com> Date: Wed, 13 Oct 2021 15:16:55 -0400 Subject: [PATCH] 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 --- bucket/aws-sam-cli.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 bucket/aws-sam-cli.json diff --git a/bucket/aws-sam-cli.json b/bucket/aws-sam-cli.json new file mode 100644 index 0000000000..211fd076f9 --- /dev/null +++ b/bucket/aws-sam-cli.json @@ -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" + } + } + } +}