From 32cf6bea9c684bce64c22510659f212ed8075fbe Mon Sep 17 00:00:00 2001 From: WillyG Productions Date: Fri, 30 Aug 2019 06:36:47 -0700 Subject: [PATCH] fix(generate-event): Remove two remaining cases of double mustache (#1389) Everything switched to triple mustache in #824 except for these two occurrences. --- .../lib/generated_sample_events/events/apigateway/AwsProxy.json | 2 +- .../generated_sample_events/events/ses/SesEmailReceiving.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samcli/commands/local/lib/generated_sample_events/events/apigateway/AwsProxy.json b/samcli/commands/local/lib/generated_sample_events/events/apigateway/AwsProxy.json index 81fb8ad60a2f..90ff8ecfed1b 100644 --- a/samcli/commands/local/lib/generated_sample_events/events/apigateway/AwsProxy.json +++ b/samcli/commands/local/lib/generated_sample_events/events/apigateway/AwsProxy.json @@ -70,7 +70,7 @@ "US" ], "Host": [ - "0123456789.execute-api.{{dns_suffix}}" + "0123456789.execute-api.{{{dns_suffix}}}" ], "Upgrade-Insecure-Requests": [ "1" diff --git a/samcli/commands/local/lib/generated_sample_events/events/ses/SesEmailReceiving.json b/samcli/commands/local/lib/generated_sample_events/events/ses/SesEmailReceiving.json index 7b10760c2691..ee4c214f96cd 100644 --- a/samcli/commands/local/lib/generated_sample_events/events/ses/SesEmailReceiving.json +++ b/samcli/commands/local/lib/generated_sample_events/events/ses/SesEmailReceiving.json @@ -27,7 +27,7 @@ }, { "name": "Received", - "value": "from mailer.example.com (mailer.example.com [203.0.113.1]) by inbound-smtp.{{dns_suffix}} with SMTP id o3vrnil0e2ic28trm7dfhrc2v0cnbeccl4nbp0g1 for johndoe@example.com; Wed, 07 Oct 2015 12:34:56 +0000 (UTC)" + "value": "from mailer.example.com (mailer.example.com [203.0.113.1]) by inbound-smtp.{{{dns_suffix}}} with SMTP id o3vrnil0e2ic28trm7dfhrc2v0cnbeccl4nbp0g1 for johndoe@example.com; Wed, 07 Oct 2015 12:34:56 +0000 (UTC)" }, { "name": "DKIM-Signature",