File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# https://github.com/aws-samples/aws-cudos-framework-deployment/blob/main/cfn-templates/cid-cfn.yml
22AWSTemplateFormatVersion : ' 2010-09-09'
3- Description : Deployment of Cloud Intelligence Dashboards v4.4.14 - AWS Solution SO9011
3+ Description : Deployment of Cloud Intelligence Dashboards v4.4.15 - AWS Solution SO9011
44Metadata :
55 AWS::CloudFormation::Interface :
66 ParameterGroups :
@@ -2117,7 +2117,7 @@ Resources:
21172117 SourceBucket : !Ref ReferenceAssetsBucket
21182118 DestinationBucket : !Ref LocalAssetsBucket
21192119 Keys :
2120- - ' cid-resource-lambda-layer/cid-4.4.14 .zip' # replace version here if needed
2120+ - ' cid-resource-lambda-layer/cid-4.4.15 .zip' # replace version here if needed
21212121
21222122 CidResourceLambdaLayer :
21232123 Type : AWS::Lambda::LayerVersion
@@ -2132,7 +2132,7 @@ Resources:
21322132 - LambdaLayerBucketPrefixIsManaged
21332133 - !FindInMap [RegionMap, !Ref 'AWS::Region', BucketName]
21342134 - !Sub ' ${LambdaLayerBucketPrefix}-${AWS::Region}' # Region added for backward compatibility
2135- S3Key : ' cid-resource-lambda-layer/cid-4.4.14 .zip' # replace version here if needed
2135+ S3Key : ' cid-resource-lambda-layer/cid-4.4.15 .zip' # replace version here if needed
21362136 CompatibleRuntimes :
21372137 - python3.10
21382138 - python3.11
Original file line number Diff line number Diff line change 1- __version__ = '4.4.14 '
1+ __version__ = '4.4.15 '
22
You can’t perform that action at this time.
0 commit comments