Skip to content

Commit 6eba5d1

Browse files
author
Veaceslav Mindru
committed
WIP: small fixes
1 parent 467208d commit 6eba5d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rls/deploy/deploy_cid_rls.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Metadata:
3838
CodeKey:
3939
Default: cfn/rls/create_rls.zip # RLS Folder to be updated, once the LAB will be created
4040
CidRlsLocation:
41-
Default: "rls"
41+
Default: "cid_rls"
4242
CodeBucket:
4343
Default: "aws-managed-cost-intelligence-dashboards"
4444
DeployLambdaResources:
@@ -94,7 +94,7 @@ Parameters:
9494
CidRlsLocation:
9595
Type: String
9696
Description: location of the RLS files in the S3 bucket
97-
Default: "rls"
97+
Default: "cid_rls"
9898
Outputs:
9999
LambdaFunctionName:
100100
Condition: DeployLambda
@@ -202,7 +202,7 @@ Resources:
202202
- quicksight:ListIngestions
203203
- quicksight:UpdateDataSetPermissions
204204

205-
CIDRLS:
205+
LambdaCIDRLS:
206206
Type: AWS::Lambda::Function
207207
Condition: DeployLambda
208208
Properties:

0 commit comments

Comments
 (0)