mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	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:
		
							parent
							
								
									d2f41d2597
								
							
						
					
					
						commit
						8700d88093
					
				
							
								
								
									
										25
									
								
								bucket/aws-sam-cli.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								bucket/aws-sam-cli.json
									
									
									
									
									
										Normal 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"
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user