Skip to content

Commit bb8896d

Browse files
authored
Merge pull request #1 from Unicon/1.0.0
AWS Canvas Live Events Connector
2 parents dd9d952 + 344349b commit bb8896d

File tree

4 files changed

+12
-13
lines changed

4 files changed

+12
-13
lines changed

canvas-api-lambda.cfn.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ Description: ""
55
Parameters:
66
Organization:
77
Type: "String"
8-
Default: "unicon"
8+
Default: "CHANGEME"
99

1010
Project:
1111
Type: "String"
12-
Default: "devers"
12+
Default: "CHANGEME"
1313

1414
Resources:
1515
LambdaFunction:
@@ -22,10 +22,10 @@ Resources:
2222
- "x86_64"
2323
Code:
2424
S3Bucket: "canvas-integration-lambdas"
25-
S3Key: "CanvasAppFlowLambda-0.0.1-SNAPSHOT.jar"
25+
S3Key: "1.0.0/CanvasAppFlowLambda-1.0.0.jar"
2626
MemorySize: 512
2727
Role: !GetAtt IAMRole.Arn
28-
Runtime: "java8"
28+
Runtime: "java11"
2929
Tags:
3030
-
3131
Key: "project"
@@ -198,4 +198,3 @@ Resources:
198198
-
199199
Key: "project"
200200
Value: !Ref Project
201-

canvas-data-product-databrew.cfn.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ Description: ""
55
Parameters:
66
Organization:
77
Type: "String"
8-
Default: "unicon"
8+
Default: "CHANGEME"
99

1010
Project:
1111
Type: "String"
12-
Default: "devers"
12+
Default: "CHANGEME"
1313

1414
CanvasUserFlow:
1515
Type: "String"

canvas-data-product-glue.cfn.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ Description: ""
55
Parameters:
66
Organization:
77
Type: "String"
8-
Default: "unicon"
8+
Default: "CHANGEME"
99

1010
Project:
1111
Type: "String"
12-
Default: "devers"
12+
Default: "CHANGEME"
1313

1414
Resources:
1515
GlueDatabase:

canvas-live-events.cfn.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ Description: ""
55
Parameters:
66
Project:
77
Type: "String"
8-
Default: "devers"
8+
Default: "CHANGEME"
99

1010
Organization:
1111
Type: "String"
12-
Default: "unicon"
12+
Default: "CHANGEME"
1313

1414
Resources:
1515
S3Bucket:
@@ -107,10 +107,10 @@ Resources:
107107
- "x86_64"
108108
Code:
109109
S3Bucket: "canvas-integration-lambdas"
110-
S3Key: "CanvasLiveEventsLambda-0.0.1-SNAPSHOT.jar"
110+
S3Key: "1.0.0/CanvasLiveEventsLambda-1.0.0.jar"
111111
MemorySize: 512
112112
Role: !GetAtt IAMRole.Arn
113-
Runtime: "java8"
113+
Runtime: "java11"
114114
Tags:
115115
-
116116
Key: "project"

0 commit comments

Comments
 (0)