File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed 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.1 - AWS Solution SO9011
3+ Description : Deployment of Cloud Intelligence Dashboards v4.4.2 - AWS Solution SO9011
44Metadata :
55 AWS::CloudFormation::Interface :
66 ParameterGroups :
@@ -2075,7 +2075,7 @@ Resources:
20752075 SourceBucket : !Ref ReferenceAssetsBucket
20762076 DestinationBucket : !Ref LocalAssetsBucket
20772077 Keys :
2078- - ' cid-resource-lambda-layer/cid-4.4.1 .zip' # replace version here if needed
2078+ - ' cid-resource-lambda-layer/cid-4.4.2 .zip' # replace version here if needed
20792079
20802080 CidResourceLambdaLayer :
20812081 Type : AWS::Lambda::LayerVersion
@@ -2090,7 +2090,7 @@ Resources:
20902090 - LambdaLayerBucketPrefixIsManaged
20912091 - !FindInMap [RegionMap, !Ref 'AWS::Region', BucketName]
20922092 - !Sub ' ${LambdaLayerBucketPrefix}-${AWS::Region}' # Region added for backward compatibility
2093- S3Key : ' cid-resource-lambda-layer/cid-4.4.1 .zip' # replace version here if needed
2093+ S3Key : ' cid-resource-lambda-layer/cid-4.4.2 .zip' # replace version here if needed
20942094 CompatibleRuntimes :
20952095 - python3.10
20962096 - python3.11
Original file line number Diff line number Diff line change 1- __version__ = '4.4.1 '
1+ __version__ = '4.4.2 '
22
You can’t perform that action at this time.
0 commit comments