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 11AWSTemplateFormatVersion : ' 2010-09-09'
2- Description : Deployment of Cloud Intelligence Dashboards v4.0.12
2+ Description : Deployment of Cloud Intelligence Dashboards v4.1.0
33Metadata :
44 AWS::CloudFormation::Interface :
55 ParameterGroups :
@@ -2052,7 +2052,7 @@ Resources:
20522052 SourceBucket : !Ref ReferenceAssetsBucket
20532053 DestinationBucket : !Ref LocalAssetsBucket
20542054 Keys :
2055- - ' cid-resource-lambda-layer/cid-4.0.12 .zip' # replace version here if needed
2055+ - ' cid-resource-lambda-layer/cid-4.1.0 .zip' # replace version here if needed
20562056
20572057 CidResourceLambdaLayer :
20582058 Type : AWS::Lambda::LayerVersion
@@ -2067,7 +2067,7 @@ Resources:
20672067 - LambdaLayerBucketPrefixIsManaged
20682068 - !FindInMap [RegionMap, !Ref 'AWS::Region', BucketName]
20692069 - !Sub ' ${LambdaLayerBucketPrefix}-${AWS::Region}' # Region added for backward compatibility
2070- S3Key : ' cid-resource-lambda-layer/cid-4.0.12 .zip' # replace version here if needed
2070+ S3Key : ' cid-resource-lambda-layer/cid-4.1.0 .zip' # replace version here if needed
20712071 CompatibleRuntimes :
20722072 - python3.10
20732073 - python3.11
Original file line number Diff line number Diff line change 1- __version__ = '4.0.12 '
1+ __version__ = '4.1.0 '
22
You can’t perform that action at this time.
0 commit comments