Skip to content

Commit 3e049d1

Browse files
author
Court Schuett
authored
Merge pull request #3 from kpx-dev/patch-2
[bug] Fix analytics-pipeline.yaml to correct RoleARN instead of RoleArn
2 parents 2fba37f + 0cc4504 commit 3e049d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployment/infrastructure/analytics-pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ Resources:
398398
SchemaConfiguration:
399399
DatabaseName: !Ref GlueDatabase
400400
TableName: !Ref GlueTable
401-
RoleArn: !GetAtt FirehoseDeliveryRole.Arn
401+
RoleARN: !GetAtt FirehoseDeliveryRole.Arn
402402
ProcessingConfiguration:
403403
Enabled: true
404404
Processors:
@@ -703,4 +703,4 @@ Outputs:
703703
3. "User Activity Pattern" - Show activity patterns by hour of day
704704
4. "Token Usage by Organization" - Track token usage across organizations
705705
5. "Token Usage by Email Domain" - Analyze usage patterns by email domain
706-
6. "Usage Analysis by Identity Provider" - Compare usage between Okta, Auth0, and Cognito
706+
6. "Usage Analysis by Identity Provider" - Compare usage between Okta, Auth0, and Cognito

0 commit comments

Comments
 (0)