Skip to content

Commit 9c3b904

Browse files
authored
Update CidSpiceRefreshLambda function (#736)
* Update CidSpiceRefreshLambda function Recently we implemented a fix (PR # 726) to resolve the dataset refresh scheduling issue for hourly_view and resource_view in CUDOS v5 dashboard. In order to implement the fix for existing customers who have already deployed the CUDOS v5 dashboard, I have made changes to the CidSpiceRefreshLambda function by adding hourly_view and resource_view in it. * Update version Updated the version 0.2.45 to 0.2.46
1 parent 270ea3a commit 9c3b904

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

cfn-templates/cid-cfn.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AWSTemplateFormatVersion: '2010-09-09'
2-
Description: Deployment of Cloud Intelligence Dashboards v0.2.45
2+
Description: Deployment of Cloud Intelligence Dashboards v0.2.46
33
Metadata:
44
AWS::CloudFormation::Interface:
55
ParameterGroups:
@@ -338,6 +338,8 @@ Resources:
338338
339339
DATASETS = '''
340340
summary_view
341+
hourly_view
342+
resource_view
341343
ec2_running_cost
342344
compute_savings_plan_eligible_spend
343345
s3_view
@@ -1506,7 +1508,7 @@ Resources:
15061508
Description: An AWS managed layer with a cid-cmd package installed
15071509
Content:
15081510
S3Bucket: !Sub '${LambdaLayerBucketPrefix}-${AWS::Region}'
1509-
S3Key: 'cid-resource-lambda-layer/cid-0.2.45.zip' #replace version here if needed
1511+
S3Key: 'cid-resource-lambda-layer/cid-0.2.46.zip' #replace version here if needed
15101512
CompatibleRuntimes:
15111513
- python3.10
15121514

cid/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
__version__ = '0.2.45'
2+
__version__ = '0.2.46'

0 commit comments

Comments
 (0)