Skip to content

Commit a889886

Browse files
committed
lint and cdk test update
1 parent bfd0664 commit a889886

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

.tool-versions

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
java corretto-11.0.17.8.1
1+
java corretto-11.0.17.8.1
2+
nodejs 24.14.0

cdk/lib/__snapshots__/liveactivities.test.ts.snap

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,11 @@ exports[`The LiveActivities stack matches the snapshot for CODE 1`] = `
5353
},
5454
"EventPattern": {
5555
"detail-type": [
56-
"broadcast-start",
5756
"broadcast-update",
5857
"broadcast-end",
5958
],
6059
"source": [
61-
"football-lambda",
60+
"liveactivity-pusher",
6261
],
6362
},
6463
"State": "ENABLED",
@@ -152,7 +151,7 @@ exports[`The LiveActivities stack matches the snapshot for CODE 1`] = `
152151
"channel-delete",
153152
],
154153
"source": [
155-
"football-lambda",
154+
"liveactivity-pusher",
156155
],
157156
},
158157
"State": "ENABLED",

cdk/lib/liveactivities.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,8 @@ export class LiveActivities extends GuStack {
164164
},
165165
targets: [new LambdaFunction(broadcastLambda)],
166166
});
167-
168167
// TODO should we delete this or keep
169-
// Development SQS to capture and inspect events from PA polling during development
168+
// Development SQS to capture and inspect events from PA polling during development
170169
const liveGameTestingQueue = new Queue(
171170
this,
172171
`${app}-football-live-games-${stage}`,

0 commit comments

Comments
 (0)