Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions cfn-templates/cid-cfn.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://github.com/aws-samples/aws-cudos-framework-deployment/blob/main/cfn-templates/cid-cfn.yml
AWSTemplateFormatVersion: '2010-09-09'
Description: Deployment of Cloud Intelligence Dashboards v4.3.7 - AWS Solution SO9011
Description: Deployment of Cloud Intelligence Dashboards v4.3.8 - AWS Solution SO9011
Metadata:
AWS::CloudFormation::Interface:
ParameterGroups:
Expand Down Expand Up @@ -2075,7 +2075,7 @@ Resources:
SourceBucket: !Ref ReferenceAssetsBucket
DestinationBucket: !Ref LocalAssetsBucket
Keys:
- 'cid-resource-lambda-layer/cid-4.3.7.zip' #replace version here if needed
- 'cid-resource-lambda-layer/cid-4.3.8.zip' #replace version here if needed

CidResourceLambdaLayer:
Type: AWS::Lambda::LayerVersion
Expand All @@ -2090,7 +2090,7 @@ Resources:
- LambdaLayerBucketPrefixIsManaged
- !FindInMap [RegionMap, !Ref 'AWS::Region', BucketName]
- !Sub '${LambdaLayerBucketPrefix}-${AWS::Region}' # Region added for backward compatibility
S3Key: 'cid-resource-lambda-layer/cid-4.3.7.zip' #replace version here if needed
S3Key: 'cid-resource-lambda-layer/cid-4.3.8.zip' #replace version here if needed
CompatibleRuntimes:
- python3.10
- python3.11
Expand Down
2 changes: 1 addition & 1 deletion cid/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '4.3.7'
__version__ = '4.3.8'

Loading