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.7 - AWS Solution SO9011
3+ Description : Deployment of Cloud Intelligence Dashboards v4.4.8 - AWS Solution SO9011
44Metadata :
55 AWS::CloudFormation::Interface :
66 ParameterGroups :
@@ -2115,7 +2115,7 @@ Resources:
21152115 SourceBucket : !Ref ReferenceAssetsBucket
21162116 DestinationBucket : !Ref LocalAssetsBucket
21172117 Keys :
2118- - ' cid-resource-lambda-layer/cid-4.4.7 .zip' # replace version here if needed
2118+ - ' cid-resource-lambda-layer/cid-4.4.8 .zip' # replace version here if needed
21192119
21202120 CidResourceLambdaLayer :
21212121 Type : AWS::Lambda::LayerVersion
@@ -2130,7 +2130,7 @@ Resources:
21302130 - LambdaLayerBucketPrefixIsManaged
21312131 - !FindInMap [RegionMap, !Ref 'AWS::Region', BucketName]
21322132 - !Sub ' ${LambdaLayerBucketPrefix}-${AWS::Region}' # Region added for backward compatibility
2133- S3Key : ' cid-resource-lambda-layer/cid-4.4.7 .zip' # replace version here if needed
2133+ S3Key : ' cid-resource-lambda-layer/cid-4.4.8 .zip' # replace version here if needed
21342134 CompatibleRuntimes :
21352135 - python3.10
21362136 - python3.11
Original file line number Diff line number Diff line change 1- __version__ = '4.4.7 '
1+ __version__ = '4.4.8 '
22
You can’t perform that action at this time.
0 commit comments