@@ -253,7 +253,8 @@ export class LiveActivities extends GuStack {
253253 detailType : [ 'channel-create' , 'channel-delete' ] ,
254254 } ,
255255 targets : [ new LambdaFunction ( channelLambda ) ] ,
256- description : "Route channel create/delete events from football to channel manager lambda" ,
256+ description :
257+ 'Route channel create/delete events from football to channel manager lambda' ,
257258 } ) ;
258259
259260 new Rule ( this , 'BroadcastRule' , {
@@ -263,7 +264,8 @@ export class LiveActivities extends GuStack {
263264 detailType : [ 'broadcast-update' , 'broadcast-end' ] ,
264265 } ,
265266 targets : [ new LambdaFunction ( broadcastLambda ) ] ,
266- description : "Route broadcast update/end events from football to broadcast lambda" ,
267+ description :
268+ 'Route broadcast update/end events from football to broadcast lambda' ,
267269 } ) ;
268270
269271 new Rule ( this , 'InitialBroadcastRule' , {
@@ -273,7 +275,8 @@ export class LiveActivities extends GuStack {
273275 detailType : [ 'broadcast-update' ] ,
274276 } ,
275277 targets : [ new LambdaFunction ( broadcastLambda ) ] ,
276- description : "Route initial broadcast update event from channel manager to broadcast lambda" ,
278+ description :
279+ 'Route initial broadcast update event from channel manager to broadcast lambda' ,
277280 } ) ;
278281 }
279282}
0 commit comments