You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`${functionArn} is associating to ${resolvedDistributionId} CloudFront Distribution. waiting for deployed status.`
40
-
)
41
40
42
41
letretryCount=5
43
42
@@ -83,7 +82,8 @@ class ServerlessLambdaEdgePreExistingCloudFront {
83
82
}
84
83
85
84
awaitupdateDistribution()
86
-
this.serverless.cli.consoleLog(`${functionArn} has been successfully associated to ${resolvedDistributionId} CloudFront Distribution.`)
85
+
86
+
this.serverless.cli.consoleLog(`Event ${event.preExistingCloudFront.eventType-event.preExistingCloudFront.pathPattern} has been successfully associated to ${resolvedDistributionId} CloudFront Distribution.`)
0 commit comments