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.2.1 - AWS Solution SO9011
3+ Description : Deployment of Cloud Intelligence Dashboards v4.2.2 - AWS Solution SO9011
44Metadata :
55 AWS::CloudFormation::Interface :
66 ParameterGroups :
@@ -2070,7 +2070,7 @@ Resources:
20702070 SourceBucket : !Ref ReferenceAssetsBucket
20712071 DestinationBucket : !Ref LocalAssetsBucket
20722072 Keys :
2073- - ' cid-resource-lambda-layer/cid-4.2.1 .zip' # replace version here if needed
2073+ - ' cid-resource-lambda-layer/cid-4.2.2 .zip' # replace version here if needed
20742074
20752075 CidResourceLambdaLayer :
20762076 Type : AWS::Lambda::LayerVersion
@@ -2085,7 +2085,7 @@ Resources:
20852085 - LambdaLayerBucketPrefixIsManaged
20862086 - !FindInMap [RegionMap, !Ref 'AWS::Region', BucketName]
20872087 - !Sub ' ${LambdaLayerBucketPrefix}-${AWS::Region}' # Region added for backward compatibility
2088- S3Key : ' cid-resource-lambda-layer/cid-4.2.1 .zip' # replace version here if needed
2088+ S3Key : ' cid-resource-lambda-layer/cid-4.2.2 .zip' # replace version here if needed
20892089 CompatibleRuntimes :
20902090 - python3.10
20912091 - python3.11
Original file line number Diff line number Diff line change 1- __version__ = '4.2.1 '
1+ __version__ = '4.2.2 '
22
You can’t perform that action at this time.
0 commit comments