mirror of
				https://github.com/eledio-cloud/standard-redirects-for-cloudfront.git
				synced 2025-10-31 00:12:56 +01:00 
			
		
		
		
	Bugfixes for automated version creation
This commit is contained in:
		
							
								
								
									
										9
									
								
								sam.yaml
									
									
									
									
									
								
							
							
						
						
									
										9
									
								
								sam.yaml
									
									
									
									
									
								
							| @@ -3,8 +3,7 @@ Transform: AWS::Serverless-2016-10-31 | ||||
| Outputs: | ||||
|   StandardRedirectsForCloudFrontVersionOutput: | ||||
|     Description: The ARN of the function, including the version | ||||
|     Value:  | ||||
|       Ref: DeployedFunction | ||||
|     Value: !Ref StandardRedirectsForCloudFront.Version | ||||
|     Export: | ||||
|       Name: StandardRedirectsForCloudFrontARN | ||||
| Resources: | ||||
| @@ -17,9 +16,3 @@ Resources: | ||||
|       MemorySize: 128 | ||||
|       Timeout: 3 | ||||
|       AutoPublishAlias: 'CurrentProd' | ||||
|   DeployedFunction: | ||||
|     Type: AWS::Lambda::Version | ||||
|     Properties: | ||||
|       Description: The deployed version of the function | ||||
|       FunctionName: | ||||
|         Ref: StandardRedirectsForCloudFront | ||||
		Reference in New Issue
	
	Block a user