From 58915f930038611b043f4b3501736f53960c6c60 Mon Sep 17 00:00:00 2001 From: Sascha Dietsch <123115777+SaschaDietsch@users.noreply.github.com> Date: Wed, 19 Jun 2024 20:36:36 +0200 Subject: [PATCH] Correct CloudFront eventNames (#12) removed dates which might be accidentially copied. --- events/CloudFront/CreateFunction2020_05_31.json | 2 +- events/CloudFront/PublishFunction2020_05_31.json | 2 +- events/CloudFront/UpdateDistribution2020_05_31.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/events/CloudFront/CreateFunction2020_05_31.json b/events/CloudFront/CreateFunction2020_05_31.json index c94d37b..7292fd6 100644 --- a/events/CloudFront/CreateFunction2020_05_31.json +++ b/events/CloudFront/CreateFunction2020_05_31.json @@ -1,5 +1,5 @@ { - "eventName": "CreateFunction2020_05_31", + "eventName": "CreateFunction", "eventSource": "cloudfront.amazonaws.com", "awsService": "CloudFront", "description": "Creates a CloudFront function.", diff --git a/events/CloudFront/PublishFunction2020_05_31.json b/events/CloudFront/PublishFunction2020_05_31.json index 2ea52ba..59bb1c7 100644 --- a/events/CloudFront/PublishFunction2020_05_31.json +++ b/events/CloudFront/PublishFunction2020_05_31.json @@ -1,5 +1,5 @@ { - "eventName": "PublishFunction2020_05_31", + "eventName": "PublishFunction", "eventSource": "cloudfront.amazonaws.com", "awsService": "CloudFront", "description": "Publishes a CloudFront function by copying the function code from the DEVELOPMENT stage to LIVE.", diff --git a/events/CloudFront/UpdateDistribution2020_05_31.json b/events/CloudFront/UpdateDistribution2020_05_31.json index 79a396a..b2e83f6 100644 --- a/events/CloudFront/UpdateDistribution2020_05_31.json +++ b/events/CloudFront/UpdateDistribution2020_05_31.json @@ -1,5 +1,5 @@ { - "eventName": "UpdateDistribution2020_05_31", + "eventName": "UpdateDistribution", "eventSource": "cloudfront.amazonaws.com", "awsService": "CloudFront", "description": "Updates the configuration for a CloudFront distribution.",