Skip to content

Commit

Permalink
Correct CloudFront eventNames (#12)
Browse files Browse the repository at this point in the history
removed dates which might be accidentially copied.
  • Loading branch information
SaschaDietsch authored Jun 19, 2024
1 parent 7f4698d commit 58915f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion events/CloudFront/CreateFunction2020_05_31.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"eventName": "CreateFunction2020_05_31",
"eventName": "CreateFunction",
"eventSource": "cloudfront.amazonaws.com",
"awsService": "CloudFront",
"description": "Creates a CloudFront function.",
Expand Down
2 changes: 1 addition & 1 deletion events/CloudFront/PublishFunction2020_05_31.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion events/CloudFront/UpdateDistribution2020_05_31.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"eventName": "UpdateDistribution2020_05_31",
"eventName": "UpdateDistribution",
"eventSource": "cloudfront.amazonaws.com",
"awsService": "CloudFront",
"description": "Updates the configuration for a CloudFront distribution.",
Expand Down

0 comments on commit 58915f9

Please sign in to comment.