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" + } + } + } +}