File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# https://github.com/aws-samples/aws-cudos-framework-deployment/blob/main/cfn-templates/cid-cfn.yml
2
2
AWSTemplateFormatVersion : ' 2010-09-09'
3
- Description : Deployment of Cloud Intelligence Dashboards v4.1.4 - AWS Solution SO9011
3
+ Description : Deployment of Cloud Intelligence Dashboards v4.1.5 - AWS Solution SO9011
4
4
Metadata :
5
5
AWS::CloudFormation::Interface :
6
6
ParameterGroups :
@@ -2070,7 +2070,7 @@ Resources:
2070
2070
SourceBucket : !Ref ReferenceAssetsBucket
2071
2071
DestinationBucket : !Ref LocalAssetsBucket
2072
2072
Keys :
2073
- - ' cid-resource-lambda-layer/cid-4.1.4 .zip' # replace version here if needed
2073
+ - ' cid-resource-lambda-layer/cid-4.1.5 .zip' # replace version here if needed
2074
2074
2075
2075
CidResourceLambdaLayer :
2076
2076
Type : AWS::Lambda::LayerVersion
@@ -2085,7 +2085,7 @@ Resources:
2085
2085
- LambdaLayerBucketPrefixIsManaged
2086
2086
- !FindInMap [RegionMap, !Ref 'AWS::Region', BucketName]
2087
2087
- !Sub ' ${LambdaLayerBucketPrefix}-${AWS::Region}' # Region added for backward compatibility
2088
- S3Key : ' cid-resource-lambda-layer/cid-4.1.4 .zip' # replace version here if needed
2088
+ S3Key : ' cid-resource-lambda-layer/cid-4.1.5 .zip' # replace version here if needed
2089
2089
CompatibleRuntimes :
2090
2090
- python3.10
2091
2091
- python3.11
Original file line number Diff line number Diff line change 1
- __version__ = '4.1.4 '
1
+ __version__ = '4.1.5 '
2
2
You can’t perform that action at this time.
0 commit comments