diff --git a/samcli/commands/local/lib/generated_sample_events/events/alexa-skills-kit/AlexaEndSession.json b/samcli/commands/local/lib/generated_sample_events/events/alexa-skills-kit/AlexaEndSession.json index a2ca73fd8c..2c9703f192 100644 --- a/samcli/commands/local/lib/generated_sample_events/events/alexa-skills-kit/AlexaEndSession.json +++ b/samcli/commands/local/lib/generated_sample_events/events/alexa-skills-kit/AlexaEndSession.json @@ -2,22 +2,22 @@ "version": "1.0", "session": { "new": false, - "sessionId": "amzn1.echo-api.session.{{session_id}}", + "sessionId": "amzn1.echo-api.session.{{{session_id}}}", "application": { - "applicationId": "amzn1.ask.skill.{{application_id}}" + "applicationId": "amzn1.ask.skill.{{{application_id}}}" }, "attributes": {}, "user": { - "userId": "amzn1.ask.account.{{user_id}}" + "userId": "amzn1.ask.account.{{{user_id}}}" } }, "context": { "System": { "application": { - "applicationId": "amzn1.ask.skill.{{application_id}}" + "applicationId": "amzn1.ask.skill.{{{application_id}}}" }, "user": { - "userId": "amzn1.ask.account.{{user_id}}" + "userId": "amzn1.ask.account.{{{user_id}}}" }, "device": { "supportedInterfaces": { @@ -28,7 +28,7 @@ }, "request": { "type": "SessionEndedRequest", - "requestId": "amzn1.echo-api.request.{{request_id}}", + "requestId": "amzn1.echo-api.request.{{{request_id}}}", "timestamp": "2016-10-27T21:11:41Z", "locale": "en-US", "reason": "USER_INITIATED" diff --git a/samcli/commands/local/lib/generated_sample_events/events/alexa-skills-kit/AlexaIntentAnswer.json b/samcli/commands/local/lib/generated_sample_events/events/alexa-skills-kit/AlexaIntentAnswer.json index 85aea4c50d..cc05fc13d4 100644 --- a/samcli/commands/local/lib/generated_sample_events/events/alexa-skills-kit/AlexaIntentAnswer.json +++ b/samcli/commands/local/lib/generated_sample_events/events/alexa-skills-kit/AlexaIntentAnswer.json @@ -2,9 +2,9 @@ "version": "1.0", "session": { "new": false, - "sessionId": "amzn1.echo-api.session.{{session_id}}", + "sessionId": "amzn1.echo-api.session.{{{session_id}}}", "application": { - "applicationId": "amzn1.ask.skill.{{application_id}}" + "applicationId": "amzn1.ask.skill.{{{application_id}}}" }, "attributes": { "score": 0, @@ -23,7 +23,7 @@ "correctAnswerIndex": 3 }, "user": { - "userId": "amzn1.ask.account.{{user_id}}" + "userId": "amzn1.ask.account.{{{user_id}}}" } }, "context": { @@ -32,10 +32,10 @@ }, "System": { "application": { - "applicationId": "amzn1.ask.skill.{{application_id}}" + "applicationId": "amzn1.ask.skill.{{{application_id}}}" }, "user": { - "userId": "amzn1.ask.account.{{user_id}}" + "userId": "amzn1.ask.account.{{{user_id}}}" }, "device": { "supportedInterfaces": { @@ -46,7 +46,7 @@ }, "request": { "type": "IntentRequest", - "requestId": "amzn1.echo-api.request.{{request_id}}", + "requestId": "amzn1.echo-api.request.{{{request_id}}}", "timestamp": "2016-10-27T21:06:28Z", "locale": "en-US", "intent": { diff --git a/samcli/commands/local/lib/generated_sample_events/events/alexa-skills-kit/AlexaIntentGetNewFact.json b/samcli/commands/local/lib/generated_sample_events/events/alexa-skills-kit/AlexaIntentGetNewFact.json index 5d509306ef..f2083bc35f 100644 --- a/samcli/commands/local/lib/generated_sample_events/events/alexa-skills-kit/AlexaIntentGetNewFact.json +++ b/samcli/commands/local/lib/generated_sample_events/events/alexa-skills-kit/AlexaIntentGetNewFact.json @@ -2,13 +2,13 @@ "version": "1.0", "session": { "new": false, - "sessionId": "amzn1.echo-api.session.{{session_id}}", + "sessionId": "amzn1.echo-api.session.{{{session_id}}}", "application": { - "applicationId": "amzn1.ask.skill.{{application_id}}" + "applicationId": "amzn1.ask.skill.{{{application_id}}}" }, "attributes": {}, "user": { - "userId": "amzn1.ask.account.{{user_id}}" + "userId": "amzn1.ask.account.{{{user_id}}}" } }, "context": { @@ -17,10 +17,10 @@ }, "System": { "application": { - "applicationId": "amzn1.ask.skill.{{application_id}}" + "applicationId": "amzn1.ask.skill.{{{application_id}}}" }, "user": { - "userId": "amzn1.ask.account.{{user_id}}" + "userId": "amzn1.ask.account.{{{user_id}}}" }, "device": { "supportedInterfaces": { @@ -31,7 +31,7 @@ }, "request": { "type": "IntentRequest", - "requestId": "amzn1.echo-api.request.{{request_id}}", + "requestId": "amzn1.echo-api.request.{{{request_id}}}", "timestamp": "2016-10-27T21:06:28Z", "locale": "en-US", "intent": { diff --git a/samcli/commands/local/lib/generated_sample_events/events/alexa-skills-kit/AlexaIntentMyColorIs.json b/samcli/commands/local/lib/generated_sample_events/events/alexa-skills-kit/AlexaIntentMyColorIs.json index d2ab58905c..c23df223f9 100644 --- a/samcli/commands/local/lib/generated_sample_events/events/alexa-skills-kit/AlexaIntentMyColorIs.json +++ b/samcli/commands/local/lib/generated_sample_events/events/alexa-skills-kit/AlexaIntentMyColorIs.json @@ -2,13 +2,13 @@ "version": "1.0", "session": { "new": false, - "sessionId": "amzn1.echo-api.session.{{session_id}}", + "sessionId": "amzn1.echo-api.session.{{{session_id}}}", "application": { - "applicationId": "amzn1.ask.skill.{{application_id}}" + "applicationId": "amzn1.ask.skill.{{{application_id}}}" }, "attributes": {}, "user": { - "userId": "amzn1.ask.account.{{user_id}}" + "userId": "amzn1.ask.account.{{{user_id}}}" } }, @@ -18,10 +18,10 @@ }, "System": { "application": { - "applicationId": "amzn1.ask.skill.{{application_id}}" + "applicationId": "amzn1.ask.skill.{{{application_id}}}" }, "user": { - "userId": "amzn1.ask.account.{{user_id}}" + "userId": "amzn1.ask.account.{{{user_id}}}" }, "device": { "supportedInterfaces": { @@ -32,7 +32,7 @@ }, "request": { "type": "IntentRequest", - "requestId": "amzn1.echo-api.request.{{request_id}}", + "requestId": "amzn1.echo-api.request.{{{request_id}}}", "timestamp": "2016-10-27T21:06:28Z", "locale": "en-US", "intent": { diff --git a/samcli/commands/local/lib/generated_sample_events/events/alexa-skills-kit/AlexaIntentRecipe.json b/samcli/commands/local/lib/generated_sample_events/events/alexa-skills-kit/AlexaIntentRecipe.json index db1c52baf6..9bbd0bd9ca 100644 --- a/samcli/commands/local/lib/generated_sample_events/events/alexa-skills-kit/AlexaIntentRecipe.json +++ b/samcli/commands/local/lib/generated_sample_events/events/alexa-skills-kit/AlexaIntentRecipe.json @@ -2,13 +2,13 @@ "version": "1.0", "session": { "new": false, - "sessionId": "amzn1.echo-api.session.{{session_id}}", + "sessionId": "amzn1.echo-api.session.{{{session_id}}}", "application": { - "applicationId": "amzn1.ask.skill.{{application_id}}" + "applicationId": "amzn1.ask.skill.{{{application_id}}}" }, "attributes": {}, "user": { - "userId": "amzn1.ask.account.{{user_id}}" + "userId": "amzn1.ask.account.{{{user_id}}}" } }, "context": { @@ -17,7 +17,7 @@ }, "System": { "application": { - "applicationId": "amzn1.ask.skill.{{application_id}}" + "applicationId": "amzn1.ask.skill.{{{application_id}}}" }, "user": { "userId": "amzn1.ask.account.userId" @@ -31,7 +31,7 @@ }, "request": { "type": "IntentRequest", - "requestId": "amzn1.echo-api.request.{{request_id}}", + "requestId": "amzn1.echo-api.request.{{{request_id}}}", "timestamp": "2016-10-27T21:06:28Z", "locale": "en-US", "intent": { diff --git a/samcli/commands/local/lib/generated_sample_events/events/alexa-skills-kit/AlexaStartSession.json b/samcli/commands/local/lib/generated_sample_events/events/alexa-skills-kit/AlexaStartSession.json index 328781170e..0d1cdc0a6d 100644 --- a/samcli/commands/local/lib/generated_sample_events/events/alexa-skills-kit/AlexaStartSession.json +++ b/samcli/commands/local/lib/generated_sample_events/events/alexa-skills-kit/AlexaStartSession.json @@ -2,12 +2,12 @@ "version": "1.0", "session": { "new": true, - "sessionId": "amzn1.echo-api.session.{{session_id}}", + "sessionId": "amzn1.echo-api.session.{{{session_id}}}", "application": { - "applicationId": "amzn1.ask.skill.{{application_id}}" + "applicationId": "amzn1.ask.skill.{{{application_id}}}" }, "user": { - "userId": "amzn1.ask.account.{{user_id}}" + "userId": "amzn1.ask.account.{{{user_id}}}" }, "attributes": {} }, @@ -17,10 +17,10 @@ }, "System": { "application": { - "applicationId": "amzn1.ask.skill.{{application_id}}" + "applicationId": "amzn1.ask.skill.{{{application_id}}}" }, "user": { - "userId": "amzn1.ask.account.{{user_id}}" + "userId": "amzn1.ask.account.{{{user_id}}}" }, "device": { "supportedInterfaces": { @@ -31,7 +31,7 @@ }, "request": { "type": "LaunchRequest", - "requestId": "amzn1.echo-api.request.{{request_id}}", + "requestId": "amzn1.echo-api.request.{{{request_id}}}", "timestamp": "2016-10-27T18:21:44Z", "locale": "en-US" } diff --git a/samcli/commands/local/lib/generated_sample_events/events/apigateway/ApiGatewayAuthorizer.json b/samcli/commands/local/lib/generated_sample_events/events/apigateway/ApiGatewayAuthorizer.json index 51e61f0dae..3502824d1b 100644 --- a/samcli/commands/local/lib/generated_sample_events/events/apigateway/ApiGatewayAuthorizer.json +++ b/samcli/commands/local/lib/generated_sample_events/events/apigateway/ApiGatewayAuthorizer.json @@ -1,5 +1,5 @@ { "type": "TOKEN", "authorizationToken": "incoming-client-token", - "methodArn": "arn:{{partition}}:execute-api:{{region}}:{{account_id}}:{{restApiId}}/{{stage}}/{{method}}/{{resource}}" + "methodArn": "arn:{{{partition}}}:execute-api:{{{region}}}:{{{account_id}}}:{{{restApiId}}}/{{{stage}}}/{{{method}}}/{{{resource}}}" } 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 024b99ea14..de198eec72 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 @@ -1,14 +1,14 @@ { - "body": "{{body}}", - "resource": "{{resource}}", - "path": "/{{path}}", - "httpMethod": "{{method}}", + "body": "{{{body}}}", + "resource": "{{{resource}}}", + "path": "/{{{path}}}", + "httpMethod": "{{{method}}}", "isBase64Encoded": true, "queryStringParameters": { "foo": "bar" }, "pathParameters": { - "proxy": "/{{path}}" + "proxy": "/{{{path}}}" }, "stageVariables": { "baz": "qux" @@ -24,7 +24,7 @@ "CloudFront-Is-SmartTV-Viewer": "false", "CloudFront-Is-Tablet-Viewer": "false", "CloudFront-Viewer-Country": "US", - "Host": "1234567890.execute-api.{{dns_suffix}}", + "Host": "1234567890.execute-api.{{{dns_suffix}}}", "Upgrade-Insecure-Requests": "1", "User-Agent": "Custom User Agent String", "Via": "1.1 08f323deadbeefa7af34d5feb414ce27.cloudfront.net (CloudFront)", @@ -34,9 +34,9 @@ "X-Forwarded-Proto": "https" }, "requestContext": { - "accountId": "{{account_id}}", + "accountId": "{{{account_id}}}", "resourceId": "123456", - "stage": "{{stage}}", + "stage": "{{{stage}}}", "requestId": "c6af9ac6-7b61-11e6-9a41-93e8deadbeef", "requestTime": "09/Apr/2015:12:34:56 +0000", "requestTimeEpoch": 1428582896000, @@ -53,9 +53,9 @@ "userAgent": "Custom User Agent String", "user": null }, - "path": "/{{stage}}/{{path}}", - "resourcePath": "{{resource}}", - "httpMethod": "{{method}}", + "path": "/{{{stage}}}/{{{path}}}", + "resourcePath": "{{{resource}}}", + "httpMethod": "{{{method}}}", "apiId": "1234567890", "protocol": "HTTP/1.1" } diff --git a/samcli/commands/local/lib/generated_sample_events/events/cloudformation/CfnCreateRequest.json b/samcli/commands/local/lib/generated_sample_events/events/cloudformation/CfnCreateRequest.json index df803ab9fe..7ed4413e4d 100644 --- a/samcli/commands/local/lib/generated_sample_events/events/cloudformation/CfnCreateRequest.json +++ b/samcli/commands/local/lib/generated_sample_events/events/cloudformation/CfnCreateRequest.json @@ -1,12 +1,12 @@ { "RequestType": "Create", "ResponseURL": "http://pre-signed-S3-url-for-response", - "StackId": "arn:{{partition}}:cloudformation:{{region}}:{{account_id}}:stack/{{stack}}/guid", + "StackId": "arn:{{{partition}}}:cloudformation:{{{region}}}:{{{account_id}}}:stack/{{{stack}}}/guid", "RequestId": "unique id for this create request", "ResourceType": "Custom::TestResource", "LogicalResourceId": "MyTestResource", "ResourceProperties": { - "StackName": "{{stack}}", + "StackName": "{{{stack}}}", "List": [ "1", "2", diff --git a/samcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontABTest.json b/samcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontABTest.json index f461799455..8a033cf0a5 100644 --- a/samcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontABTest.json +++ b/samcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontABTest.json @@ -6,8 +6,8 @@ "distributionId": "EXAMPLE" }, "request": { - "uri": "{{uri}}", - "method": "{{method}}", + "uri": "{{{uri}}}", + "method": "{{{method}}}", "clientIp": "2001:cdba::3257:9652", "headers": { "user-agent": [ diff --git a/samcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontAccessRequestInResponse.json b/samcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontAccessRequestInResponse.json index 24ce5c85a6..4da14325c0 100644 --- a/samcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontAccessRequestInResponse.json +++ b/samcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontAccessRequestInResponse.json @@ -21,8 +21,8 @@ ] }, "clientIp": "2001:cdba::3257:9652", - "uri": "{{uri}}", - "method": "{{method}}" + "uri": "{{{uri}}}", + "method": "{{{method}}}" }, "response": { "status": "200", diff --git a/samcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontHttpRedirect.json b/samcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontHttpRedirect.json index 87b3cf65cd..6aa5da6b69 100644 --- a/samcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontHttpRedirect.json +++ b/samcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontHttpRedirect.json @@ -6,8 +6,8 @@ "distributionId": "EXAMPLE" }, "request": { - "uri": "{{uri}}", - "method": "{{method}}", + "uri": "{{{uri}}}", + "method": "{{{method}}}", "clientIp": "2001:cdba::3257:9652", "headers": { "user-agent": [ diff --git a/samcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontModifyQueryString.json b/samcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontModifyQueryString.json index 47e1572ee2..c5a2f05054 100644 --- a/samcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontModifyQueryString.json +++ b/samcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontModifyQueryString.json @@ -6,9 +6,9 @@ "distributionId": "EXAMPLE" }, "request": { - "uri": "{{uri}}", + "uri": "{{{uri}}}", "querystring": "auth=test&foo=bar", - "method": "{{method}}", + "method": "{{{method}}}", "clientIp": "2001:cdba::3257:9652", "headers": { "host": [ diff --git a/samcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontMultipleRemoteCallsAggregateResponse.json b/samcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontMultipleRemoteCallsAggregateResponse.json index 595d8a7150..2bda798e32 100644 --- a/samcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontMultipleRemoteCallsAggregateResponse.json +++ b/samcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontMultipleRemoteCallsAggregateResponse.json @@ -6,8 +6,8 @@ "distributionId": "EXAMPLE" }, "request": { - "uri": "{{uri}}", - "method": "{{method}}", + "uri": "{{{uri}}}", + "method": "{{{method}}}", "clientIp": "2001:cdba::3257:9652", "headers": { "host": [ diff --git a/samcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontNormalizeQuerystringToImproveCacheHit.json b/samcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontNormalizeQuerystringToImproveCacheHit.json index 22858b9cb7..a8598cb638 100644 --- a/samcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontNormalizeQuerystringToImproveCacheHit.json +++ b/samcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontNormalizeQuerystringToImproveCacheHit.json @@ -6,9 +6,9 @@ "distributionId": "EXAMPLE" }, "request": { - "uri": "{{uri}}", + "uri": "{{{uri}}}", "querystring": "size=LARGE&color=RED", - "method": "{{method}}", + "method": "{{{method}}}", "clientIp": "2001:cdba::3257:9652", "headers": { "host": [ diff --git a/samcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontRedirectOnViewerCountry.json b/samcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontRedirectOnViewerCountry.json index d72c39f194..9e90a8df8e 100644 --- a/samcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontRedirectOnViewerCountry.json +++ b/samcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontRedirectOnViewerCountry.json @@ -6,8 +6,8 @@ "distributionId": "EXAMPLE" }, "request": { - "uri": "{{uri}}", - "method": "{{method}}", + "uri": "{{{uri}}}", + "method": "{{{method}}}", "clientIp": "2001:cdba::3257:9652", "headers": { "host": [ diff --git a/samcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontRedirectUnauthenticatedUsers.json b/samcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontRedirectUnauthenticatedUsers.json index 7a63fd5019..a8078133ce 100644 --- a/samcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontRedirectUnauthenticatedUsers.json +++ b/samcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontRedirectUnauthenticatedUsers.json @@ -6,8 +6,8 @@ "distributionId": "EXAMPLE" }, "request": { - "uri": "{{uri}}", - "method": "{{method}}", + "uri": "{{{uri}}}", + "method": "{{{method}}}", "querystring": "foo=bar", "headers": { "host": [ diff --git a/samcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontResponseGeneration.json b/samcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontResponseGeneration.json index 74e08dc6ad..2406c3a802 100644 --- a/samcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontResponseGeneration.json +++ b/samcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontResponseGeneration.json @@ -6,8 +6,8 @@ "distributionId": "EXAMPLE" }, "request": { - "uri": "{{uri}}", - "method": "{{method}}", + "uri": "{{{uri}}}", + "method": "{{{method}}}", "clientIp": "2001:cdba::3257:9652", "headers": { "host": [ diff --git a/samcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontServeObjectOnViewerDevice.json b/samcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontServeObjectOnViewerDevice.json index 7297fd6570..3c299d57ca 100644 --- a/samcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontServeObjectOnViewerDevice.json +++ b/samcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontServeObjectOnViewerDevice.json @@ -6,8 +6,8 @@ "distributionId": "EXAMPLE" }, "request": { - "uri": "{{uri}}", - "method": "{{method}}", + "uri": "{{{uri}}}", + "method": "{{{method}}}", "clientIp": "2001:cdba::3257:9652", "headers": { "host": [ diff --git a/samcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontSimpleRemoteCall.json b/samcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontSimpleRemoteCall.json index 1f5808951c..4e866f640e 100644 --- a/samcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontSimpleRemoteCall.json +++ b/samcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontSimpleRemoteCall.json @@ -6,8 +6,8 @@ "distributionId": "EXAMPLE" }, "request": { - "uri": "{{uri}}", - "method": "{{method}}", + "uri": "{{{uri}}}", + "method": "{{{method}}}", "clientIp": "2001:cdba::3257:9652", "headers": { "host": [ diff --git a/samcli/commands/local/lib/generated_sample_events/events/cloudwatch/ScheduledEvent.json b/samcli/commands/local/lib/generated_sample_events/events/cloudwatch/ScheduledEvent.json index 8ef1c4b2f4..b9783b607c 100644 --- a/samcli/commands/local/lib/generated_sample_events/events/cloudwatch/ScheduledEvent.json +++ b/samcli/commands/local/lib/generated_sample_events/events/cloudwatch/ScheduledEvent.json @@ -2,11 +2,11 @@ "id": "cdc73f9d-aea9-11e3-9d5a-835b769c0d9c", "detail-type": "Scheduled Event", "source": "aws.events", - "account": "{{account-id}}", + "account": "{{{account-id}}}", "time": "1970-01-01T00:00:00Z", - "region": "{{region}}", + "region": "{{{region}}}", "resources": [ - "arn:{{partition}}:events:{{region}}:{{account_id}}:rule/{{rule}}" + "arn:{{{partition}}}:events:{{{region}}}:{{{account_id}}}:rule/{{{rule}}}" ], "detail": {} } diff --git a/samcli/commands/local/lib/generated_sample_events/events/codecommit/CodeCommit.json b/samcli/commands/local/lib/generated_sample_events/events/codecommit/CodeCommit.json index c9f8d77b38..5560b8eb24 100644 --- a/samcli/commands/local/lib/generated_sample_events/events/codecommit/CodeCommit.json +++ b/samcli/commands/local/lib/generated_sample_events/events/codecommit/CodeCommit.json @@ -1,7 +1,7 @@ { "Records": [ { - "awsRegion": "{{region}}", + "awsRegion": "{{{region}}}", "codecommit": { "references": [ { @@ -10,18 +10,18 @@ } ] }, - "customData": "{{custom_data}}", + "customData": "{{{custom_data}}}", "eventId": "5a824061-17ca-46a9-bbf9-114edeadbeef", "eventName": "TriggerEventTest", "eventPartNumber": 1, "eventSource": "aws:codecommit", - "eventSourceARN": "arn:{{partition}}:codecommit:{{region}}:{{account_id}}:{{repository}}", + "eventSourceARN": "arn:{{{partition}}}:codecommit:{{{region}}}:{{{account_id}}}:{{{repository}}}", "eventTime": "2016-01-01T23:59:59.000+0000", "eventTotalParts": 1, "eventTriggerConfigId": "5a824061-17ca-46a9-bbf9-114edeadbeef", - "eventTriggerName": "{{trigger}}", + "eventTriggerName": "{{{trigger}}}", "eventVersion": "1.0", - "userIdentityARN": "arn:{{partition}}:iam::{{account_id}}:root" + "userIdentityARN": "arn:{{{partition}}}:iam::{{{account_id}}}:root" } ] } diff --git a/samcli/commands/local/lib/generated_sample_events/events/codepipeline/CodePipeline.json b/samcli/commands/local/lib/generated_sample_events/events/codepipeline/CodePipeline.json index 10d93ea61b..97ced33c45 100644 --- a/samcli/commands/local/lib/generated_sample_events/events/codepipeline/CodePipeline.json +++ b/samcli/commands/local/lib/generated_sample_events/events/codepipeline/CodePipeline.json @@ -19,8 +19,8 @@ "location": { "type": "S3", "s3Location": { - "objectKey": "{{input_key}}", - "bucketName": "{{input_bucket}}" + "objectKey": "{{{input_key}}}", + "bucketName": "{{{input_bucket}}}" } } } @@ -32,14 +32,14 @@ "location": { "type": "S3", "s3Location": { - "objectKey": "{{output_key}}", - "bucketName": "{{output_bucket}}" + "objectKey": "{{{output_key}}}", + "bucketName": "{{{output_bucket}}}" } } } ] }, "id": "c968ef10-6415-4127-80b1-42502218a8c7", - "accountId": "{{account_id}}" + "accountId": "{{{account_id}}}" } } \ No newline at end of file diff --git a/samcli/commands/local/lib/generated_sample_events/events/cognito/CognitoSyncTrigger.json b/samcli/commands/local/lib/generated_sample_events/events/cognito/CognitoSyncTrigger.json index ba5b7f5c40..45fba3c647 100644 --- a/samcli/commands/local/lib/generated_sample_events/events/cognito/CognitoSyncTrigger.json +++ b/samcli/commands/local/lib/generated_sample_events/events/cognito/CognitoSyncTrigger.json @@ -1,7 +1,7 @@ { "version": 2, "eventType": "SyncTrigger", - "region": "{{region}}", + "region": "{{{region}}}", "identityPoolId": "identityPoolId", "identityId": "identityId", "datasetName": "datasetName", diff --git a/samcli/commands/local/lib/generated_sample_events/events/config/ConfigurationItemChangeNotification.json b/samcli/commands/local/lib/generated_sample_events/events/config/ConfigurationItemChangeNotification.json index f37fec29eb..0f15397ed8 100644 --- a/samcli/commands/local/lib/generated_sample_events/events/config/ConfigurationItemChangeNotification.json +++ b/samcli/commands/local/lib/generated_sample_events/events/config/ConfigurationItemChangeNotification.json @@ -1,12 +1,12 @@ { - "invokingEvent": "{\"configurationItem\":{\"configurationItemCaptureTime\":\"2016-10-06T16:46:16.261Z\",\"awsAccountId\":\"{{account_id}}\",\"configurationItemStatus\":\"OK\",\"resourceId\":\"i-00000000\",\"resourceName\":\"foo\",\"configurationStateMd5Hash\":\"8f1ee69b297895a0f8bc5753eca68e96\",\"resourceCreationTime\":\"2016-10-06T16:46:10.489Z\",\"configurationStateId\":0,\"configurationItemVersion\":\"1.2\",\"ARN\":\"arn:{{partition}}:ec2:{{region}}:{{account_id}}:instance/i-00000000\",\"awsRegion\":\"{{region}}\",\"availabilityZone\":\"{{region}}\",\"resourceType\":\"AWS::EC2::Instance\",\"tags\":{\"\":\"\"},\"relationships\":[{\"resourceId\":\"eipalloc-00000000\",\"resourceType\":\"AWS::EC2::EIP\",\"name\":\"Is attached to ElasticIp\"}],\"configuration\":{\"\":\"\"}},\"messageType\":\"ConfigurationItemChangeNotification\"}", + "invokingEvent": "{\"configurationItem\":{\"configurationItemCaptureTime\":\"2016-10-06T16:46:16.261Z\",\"awsAccountId\":\"{{{account_id}}}\",\"configurationItemStatus\":\"OK\",\"resourceId\":\"i-00000000\",\"resourceName\":\"foo\",\"configurationStateMd5Hash\":\"8f1ee69b297895a0f8bc5753eca68e96\",\"resourceCreationTime\":\"2016-10-06T16:46:10.489Z\",\"configurationStateId\":0,\"configurationItemVersion\":\"1.2\",\"ARN\":\"arn:{{{partition}}}:ec2:{{{region}}}:{{{account_id}}}:instance/i-00000000\",\"awsRegion\":\"{{{region}}}\",\"availabilityZone\":\"{{{region}}}\",\"resourceType\":\"AWS::EC2::Instance\",\"tags\":{\"\":\"\"},\"relationships\":[{\"resourceId\":\"eipalloc-00000000\",\"resourceType\":\"AWS::EC2::EIP\",\"name\":\"Is attached to ElasticIp\"}],\"configuration\":{\"\":\"\"}},\"messageType\":\"ConfigurationItemChangeNotification\"}", "ruleParameters": "{\"\":\"\"}", "resultToken": "myResultToken", "eventLeftScope": false, - "executionRoleArn": "arn:{{partition}}:iam::{{account_id}}:role/config-role", - "configRuleArn": "arn:{{partition}}:config:{{region}}:{{account_id}}:config-rule/config-rule-0123456", + "executionRoleArn": "arn:{{{partition}}}:iam::{{{account_id}}}:role/config-role", + "configRuleArn": "arn:{{{partition}}}:config:{{{region}}}:{{{account_id}}}:config-rule/config-rule-0123456", "configRuleName": "change-triggered-config-rule", "configRuleId": "config-rule-0123456", - "accountId": "{{account_id}}", + "accountId": "{{{account_id}}}", "version": "1.0" } diff --git a/samcli/commands/local/lib/generated_sample_events/events/config/OversizedConfigurationItemChangeNotification.json b/samcli/commands/local/lib/generated_sample_events/events/config/OversizedConfigurationItemChangeNotification.json index 9584177956..f1eae8f45f 100644 --- a/samcli/commands/local/lib/generated_sample_events/events/config/OversizedConfigurationItemChangeNotification.json +++ b/samcli/commands/local/lib/generated_sample_events/events/config/OversizedConfigurationItemChangeNotification.json @@ -1,12 +1,12 @@ { - "invokingEvent": "{\"configurationItemSummary\": {\"changeType\": \"UPDATE\",\"configurationItemVersion\": \"1.2\",\"configurationItemCaptureTime\":\"2016-10-06T16:46:16.261Z\",\"configurationStateId\": 0,\"awsAccountId\":\"{{account_id}}\",\"configurationItemStatus\": \"OK\",\"resourceType\": \"AWS::EC2::Instance\",\"resourceId\":\"i-00000000\",\"resourceName\":null,\"ARN\":\"arn:{{partition}}:ec2:{{region}}:{{account_id}}:instance/i-00000000\",\"awsRegion\": \"{{region}}\",\"availabilityZone\":\"{{region}}\",\"configurationStateMd5Hash\":\"8f1ee69b287895a0f8bc5753eca68e96\",\"resourceCreationTime\":\"2016-10-06T16:46:10.489Z\"},\"messageType\":\"OversizedConfigurationItemChangeNotification\"}", + "invokingEvent": "{\"configurationItemSummary\": {\"changeType\": \"UPDATE\",\"configurationItemVersion\": \"1.2\",\"configurationItemCaptureTime\":\"2016-10-06T16:46:16.261Z\",\"configurationStateId\": 0,\"awsAccountId\":\"{{{account_id}}}\",\"configurationItemStatus\": \"OK\",\"resourceType\": \"AWS::EC2::Instance\",\"resourceId\":\"i-00000000\",\"resourceName\":null,\"ARN\":\"arn:{{{partition}}}:ec2:{{{region}}}:{{{account_id}}}:instance/i-00000000\",\"awsRegion\": \"{{{region}}}\",\"availabilityZone\":\"{{{region}}}\",\"configurationStateMd5Hash\":\"8f1ee69b287895a0f8bc5753eca68e96\",\"resourceCreationTime\":\"2016-10-06T16:46:10.489Z\"},\"messageType\":\"OversizedConfigurationItemChangeNotification\"}", "ruleParameters": "{\"\":\"\"}", "resultToken": "myResultToken", "eventLeftScope": false, - "executionRoleArn": "arn:{{partition}}:iam::{{account_id}}:role/config-role", - "configRuleArn": "arn:{{partition}}:config:{{region}}:{{account_id}}:config-rule/config-rule-0123456", + "executionRoleArn": "arn:{{{partition}}}:iam::{{{account_id}}}:role/config-role", + "configRuleArn": "arn:{{{partition}}}:config:{{{region}}}:{{{account_id}}}:config-rule/config-rule-0123456", "configRuleName": "change-triggered-config-rule", "configRuleId": "config-rule-0123456", - "accountId": "{{account_id}}", + "accountId": "{{{account_id}}}", "version": "1.0" } diff --git a/samcli/commands/local/lib/generated_sample_events/events/config/PeriodicRule.json b/samcli/commands/local/lib/generated_sample_events/events/config/PeriodicRule.json index 0dd7bf7dbc..6c3dcbe0b8 100644 --- a/samcli/commands/local/lib/generated_sample_events/events/config/PeriodicRule.json +++ b/samcli/commands/local/lib/generated_sample_events/events/config/PeriodicRule.json @@ -1,12 +1,12 @@ { - "invokingEvent": "{\"awsAccountId\":\"{{account_id}}\",\"notificationCreationTime\":\"1970-01-01T00:00:00.0Z\",\"messageType\":\"ScheduledNotification\",\"recordVersion\":\"1.0\"}", + "invokingEvent": "{\"awsAccountId\":\"{{{account_id}}}\",\"notificationCreationTime\":\"1970-01-01T00:00:00.0Z\",\"messageType\":\"ScheduledNotification\",\"recordVersion\":\"1.0\"}", "ruleParameters": "{\"myParameterKey\":\"myParameterValue\"}", "resultToken": "myResultToken", "eventLeftScope": false, - "executionRoleArn": "arn:{{partition}}:iam::{{account_id}}:role/config-role", - "configRuleArn": "arn:{{partition}}:config:{{region}}:{{account_id}}:config-rule/config-rule-0123456", + "executionRoleArn": "arn:{{{partition}}}:iam::{{{account_id}}}:role/config-role", + "configRuleArn": "arn:{{{partition}}}:config:{{{region}}}:{{{account_id}}}:config-rule/config-rule-0123456", "configRuleName": "periodic-config-rule", "configRuleId": "config-rule-0123456", - "accountId": "{{account_id}}", + "accountId": "{{{account_id}}}", "version": "1.0" } diff --git a/samcli/commands/local/lib/generated_sample_events/events/dynamodb/DynamoDBUpdate.json b/samcli/commands/local/lib/generated_sample_events/events/dynamodb/DynamoDBUpdate.json index 22e1011063..6701a4d90c 100644 --- a/samcli/commands/local/lib/generated_sample_events/events/dynamodb/DynamoDBUpdate.json +++ b/samcli/commands/local/lib/generated_sample_events/events/dynamodb/DynamoDBUpdate.json @@ -5,7 +5,7 @@ "eventName": "INSERT", "eventVersion": "1.1", "eventSource": "aws:dynamodb", - "awsRegion": "{{region}}", + "awsRegion": "{{{region}}}", "dynamodb": { "Keys": { "Id": { @@ -25,14 +25,14 @@ "SizeBytes": 26, "StreamViewType": "NEW_AND_OLD_IMAGES" }, - "eventSourceARN": "arn:{{partition}}:dynamodb:{{region}}:{{account_id}}:table/{{table}}/stream/2015-06-27T00:48:05.899" + "eventSourceARN": "arn:{{{partition}}}:dynamodb:{{{region}}}:{{{account_id}}}:table/{{{table}}}/stream/2015-06-27T00:48:05.899" }, { "eventID": "c81e728d9d4c2f636f067f89cc14862c", "eventName": "MODIFY", "eventVersion": "1.1", "eventSource": "aws:dynamodb", - "awsRegion": "{{region}}", + "awsRegion": "{{{region}}}", "dynamodb": { "Keys": { "Id": { @@ -60,14 +60,14 @@ "SizeBytes": 59, "StreamViewType": "NEW_AND_OLD_IMAGES" }, - "eventSourceARN": "arn:{{partition}}:dynamodb:{{region}}:{{account_id}}:table/{{table}}/stream/2015-06-27T00:48:05.899" + "eventSourceARN": "arn:{{{partition}}}:dynamodb:{{{region}}}:{{{account_id}}}:table/{{{table}}}/stream/2015-06-27T00:48:05.899" }, { "eventID": "eccbc87e4b5ce2fe28308fd9f2a7baf3", "eventName": "REMOVE", "eventVersion": "1.1", "eventSource": "aws:dynamodb", - "awsRegion": "{{region}}", + "awsRegion": "{{{region}}}", "dynamodb": { "Keys": { "Id": { @@ -87,7 +87,7 @@ "SizeBytes": 38, "StreamViewType": "NEW_AND_OLD_IMAGES" }, - "eventSourceARN": "arn:{{partition}}:dynamodb:{{region}}:{{account_id}}:table/{{table}}/stream/2015-06-27T00:48:05.899" + "eventSourceARN": "arn:{{{partition}}}:dynamodb:{{{region}}}:{{{account_id}}}:table/{{{table}}}/stream/2015-06-27T00:48:05.899" } ] } diff --git a/samcli/commands/local/lib/generated_sample_events/events/kinesis/Kinesis.json b/samcli/commands/local/lib/generated_sample_events/events/kinesis/Kinesis.json index 8cc0b2aaf8..5468619a99 100644 --- a/samcli/commands/local/lib/generated_sample_events/events/kinesis/Kinesis.json +++ b/samcli/commands/local/lib/generated_sample_events/events/kinesis/Kinesis.json @@ -2,19 +2,19 @@ "Records": [ { "kinesis": { - "partitionKey": "{{partition_key}}", + "partitionKey": "{{{partition_key}}}", "kinesisSchemaVersion": "1.0", - "data": "{{data}}", - "sequenceNumber": "{{sequence}}", + "data": "{{{data}}}", + "sequenceNumber": "{{{sequence}}}", "approximateArrivalTimestamp": 1428537600.0 }, "eventSource": "aws:kinesis", - "eventID": "shardId-000000000000:{{sequence}}", - "invokeIdentityArn": "arn:{{partition}}:iam::EXAMPLE", + "eventID": "shardId-000000000000:{{{sequence}}}", + "invokeIdentityArn": "arn:{{{partition}}}:iam::EXAMPLE", "eventVersion": "1.0", "eventName": "aws:kinesis:record", - "eventSourceARN": "arn:{{partition}}:kinesis:EXAMPLE", - "awsRegion": "{{region}}" + "eventSourceARN": "arn:{{{partition}}}:kinesis:EXAMPLE", + "awsRegion": "{{{region}}}" } ] } \ No newline at end of file diff --git a/samcli/commands/local/lib/generated_sample_events/events/kinesis/KinesisAnalytics.json b/samcli/commands/local/lib/generated_sample_events/events/kinesis/KinesisAnalytics.json index 9d7be23ac1..8e6f59e8eb 100644 --- a/samcli/commands/local/lib/generated_sample_events/events/kinesis/KinesisAnalytics.json +++ b/samcli/commands/local/lib/generated_sample_events/events/kinesis/KinesisAnalytics.json @@ -1,11 +1,11 @@ { "invocationId": "invocationIdExample", - "applicationArn": "arn:{{partition}}:kinesisanalytics:{{region}}:{{account_id}}:application/{{application}}", - "streamArn": "arn:{{partition}}:kinesis:{{region}}:{{account_id}}:stream/{{stream}}", + "applicationArn": "arn:{{{partition}}}:kinesisanalytics:{{{region}}}:{{{account_id}}}:application/{{{application}}}", + "streamArn": "arn:{{{partition}}}:kinesis:{{{region}}}:{{{account_id}}}:stream/{{{stream}}}", "records": [ { "recordId": "49571347871967966406409637155186850213682522142927749122", - "data": "{{data}}" + "data": "{{{data}}}" } ] } diff --git a/samcli/commands/local/lib/generated_sample_events/events/kinesis/KinesisAnalyticsKpl.json b/samcli/commands/local/lib/generated_sample_events/events/kinesis/KinesisAnalyticsKpl.json index b09e567bde..eac37df833 100644 --- a/samcli/commands/local/lib/generated_sample_events/events/kinesis/KinesisAnalyticsKpl.json +++ b/samcli/commands/local/lib/generated_sample_events/events/kinesis/KinesisAnalyticsKpl.json @@ -1,7 +1,7 @@ { "invocationId": "invocationIdExample", - "applicationArn": "arn:{{partition}}:kinesisanalytics:{{region}}:{{account_id}}:application/{{application}}", - "streamArn": "arn:{{partition}}:kinesis:{{region}}:{{account_id}}:stream/{{stream}}", + "applicationArn": "arn:{{{partition}}}:kinesisanalytics:{{{region}}}:{{{account_id}}}:application/{{{application}}}", + "streamArn": "arn:{{{partition}}}:kinesis:{{{region}}}:{{{account_id}}}:stream/{{{stream}}}", "records": [ { "recordId": "49571347871967966406409637155186850213682522142927749122", diff --git a/samcli/commands/local/lib/generated_sample_events/events/kinesis/KinesisFirehose.json b/samcli/commands/local/lib/generated_sample_events/events/kinesis/KinesisFirehose.json index b440909879..498fac89d2 100644 --- a/samcli/commands/local/lib/generated_sample_events/events/kinesis/KinesisFirehose.json +++ b/samcli/commands/local/lib/generated_sample_events/events/kinesis/KinesisFirehose.json @@ -1,12 +1,12 @@ { "invocationId": "invocationIdExample", - "deliveryStreamArn": "arn:{{partition}}:kinesis:EXAMPLE", - "region": "{{region}}", + "deliveryStreamArn": "arn:{{{partition}}}:kinesis:EXAMPLE", + "region": "{{{region}}}", "records": [ { "recordId": "49546986683135544286507457936321625675700192471156785154", "approximateArrivalTimestamp": 1495072949453, - "data": "{{data}}" + "data": "{{{data}}}" } ] } \ No newline at end of file diff --git a/samcli/commands/local/lib/generated_sample_events/events/kinesis/KinesisFirehoseApachelog.json b/samcli/commands/local/lib/generated_sample_events/events/kinesis/KinesisFirehoseApachelog.json index a52e1be6c0..3d7250fc65 100644 --- a/samcli/commands/local/lib/generated_sample_events/events/kinesis/KinesisFirehoseApachelog.json +++ b/samcli/commands/local/lib/generated_sample_events/events/kinesis/KinesisFirehoseApachelog.json @@ -1,11 +1,11 @@ { "invocationId": "invocationIdExample", - "region": "{{region}}", + "region": "{{{region}}}", "records": [ { "recordId": "49546986683135544286507457936321625675700192471156785154", "approximateArrivalTimestamp": 1495072949453, - "data": "{{data}}" + "data": "{{{data}}}" } ] } diff --git a/samcli/commands/local/lib/generated_sample_events/events/kinesis/KinesisFirehoseCloudwatchLogsProcessor.json b/samcli/commands/local/lib/generated_sample_events/events/kinesis/KinesisFirehoseCloudwatchLogsProcessor.json index ef929b6f9e..05c27f1cc2 100644 --- a/samcli/commands/local/lib/generated_sample_events/events/kinesis/KinesisFirehoseCloudwatchLogsProcessor.json +++ b/samcli/commands/local/lib/generated_sample_events/events/kinesis/KinesisFirehoseCloudwatchLogsProcessor.json @@ -21,7 +21,7 @@ "approximateArrivalTimestamp": 1510254474388 } ], - "region": "{{region}}", - "deliveryStreamArn": "arn:{{partition}}:firehose:{{region}}:{{account_id}}:deliverystream/copy-cwl-lambda-invoke-input-151025436553-Firehose-8KILJ01Q5OBN", + "region": "{{{region}}}", + "deliveryStreamArn": "arn:{{{partition}}}:firehose:{{{region}}}:{{{account_id}}}:deliverystream/copy-cwl-lambda-invoke-input-151025436553-Firehose-8KILJ01Q5OBN", "invocationId": "a7234216-12b6-4bc0-96d7-82606c0e80cf" } diff --git a/samcli/commands/local/lib/generated_sample_events/events/kinesis/KinesisFirehoseStreamsAsSource.json b/samcli/commands/local/lib/generated_sample_events/events/kinesis/KinesisFirehoseStreamsAsSource.json index fe3cf87ae5..ae8be63e3a 100644 --- a/samcli/commands/local/lib/generated_sample_events/events/kinesis/KinesisFirehoseStreamsAsSource.json +++ b/samcli/commands/local/lib/generated_sample_events/events/kinesis/KinesisFirehoseStreamsAsSource.json @@ -1,19 +1,19 @@ { "invocationId": "invocationIdExample", - "deliverySteamArn": "arn:{{partition}}:kinesis:EXAMPLE", - "region": "{{region}}", + "deliverySteamArn": "arn:{{{partition}}}:kinesis:EXAMPLE", + "region": "{{{region}}}", "records": [ { "recordId": "49546986683135544286507457936321625675700192471156785154", "approximateArrivalTimestamp": 1495072949453, "kinesisRecordMetadata": { - "sequenceNumber": "{{sequence}}", + "sequenceNumber": "{{{sequence}}}", "subsequenceNumber": "123456", - "partitionKey": "{{partition_key}}", + "partitionKey": "{{{partition_key}}}", "shardId": "shardId-000000000000", "approximateArrivalTimestamp": 1495072949453 }, - "data": "{{data}}" + "data": "{{{data}}}" } ] } \ No newline at end of file diff --git a/samcli/commands/local/lib/generated_sample_events/events/kinesis/KinesisFirehoseSyslog.json b/samcli/commands/local/lib/generated_sample_events/events/kinesis/KinesisFirehoseSyslog.json index 1e06518f6d..233576a5e2 100644 --- a/samcli/commands/local/lib/generated_sample_events/events/kinesis/KinesisFirehoseSyslog.json +++ b/samcli/commands/local/lib/generated_sample_events/events/kinesis/KinesisFirehoseSyslog.json @@ -1,16 +1,16 @@ { "invocationId": "fir", - "region": "{{region}}", + "region": "{{{region}}}", "records": [ { "recordId": "49546986683135544286507457936321625675700192471156785154", "approximateArrivalTimestamp": 1495072949453, - "data": "{{data}}" + "data": "{{{data}}}" }, { "recordId": "49546986683135544286507457936321625675700192471156785154", "approximateArrivalTimestamp": "2012-04-23T18:25:43.511Z", - "data": "{{data}}" + "data": "{{{data}}}" } ] } diff --git a/samcli/commands/local/lib/generated_sample_events/events/rekognition/RekognitionS3Request.json b/samcli/commands/local/lib/generated_sample_events/events/rekognition/RekognitionS3Request.json index f3823fd531..050e2cf861 100644 --- a/samcli/commands/local/lib/generated_sample_events/events/rekognition/RekognitionS3Request.json +++ b/samcli/commands/local/lib/generated_sample_events/events/rekognition/RekognitionS3Request.json @@ -3,7 +3,7 @@ { "eventVersion": "2.0", "eventSource": "aws:s3", - "awsRegion": "{{region}}", + "awsRegion": "{{{region}}}", "eventTime": "1970-01-01T00:00:00.000Z", "eventName": "ObjectCreated:Put", "userIdentity": { @@ -20,14 +20,14 @@ "s3SchemaVersion": "1.0", "configurationId": "testConfigRule", "bucket": { - "name": "{{bucket}}", + "name": "{{{bucket}}}", "ownerIdentity": { "principalId": "EXAMPLE" }, - "arn": "arn:{{partition}}:s3:::{{bucket}}" + "arn": "arn:{{{partition}}}:s3:::{{{bucket}}}" }, "object": { - "key": "{{key}}", + "key": "{{{key}}}", "size": 1024, "eTag": "0123456789abcdef0123456789abcdef", "sequencer": "0A1B2C3D4E5F678901" diff --git a/samcli/commands/local/lib/generated_sample_events/events/s3/S3Delete.json b/samcli/commands/local/lib/generated_sample_events/events/s3/S3Delete.json index d3e9c4eddc..107b2024d7 100644 --- a/samcli/commands/local/lib/generated_sample_events/events/s3/S3Delete.json +++ b/samcli/commands/local/lib/generated_sample_events/events/s3/S3Delete.json @@ -3,7 +3,7 @@ { "eventVersion": "2.0", "eventSource": "aws:s3", - "awsRegion": "{{region}}", + "awsRegion": "{{{region}}}", "eventTime": "1970-01-01T00:00:00.000Z", "eventName": "ObjectRemoved:Delete", "userIdentity": { @@ -20,14 +20,14 @@ "s3SchemaVersion": "1.0", "configurationId": "testConfigRule", "bucket": { - "name": "{{bucket}}", + "name": "{{{bucket}}}", "ownerIdentity": { "principalId": "EXAMPLE" }, - "arn": "arn:{{partition}}:s3:::{{bucket}}" + "arn": "arn:{{{partition}}}:s3:::{{{bucket}}}" }, "object": { - "key": "{{key}}", + "key": "{{{key}}}", "sequencer": "0A1B2C3D4E5F678901" } } diff --git a/samcli/commands/local/lib/generated_sample_events/events/s3/S3Put.json b/samcli/commands/local/lib/generated_sample_events/events/s3/S3Put.json index f3823fd531..050e2cf861 100644 --- a/samcli/commands/local/lib/generated_sample_events/events/s3/S3Put.json +++ b/samcli/commands/local/lib/generated_sample_events/events/s3/S3Put.json @@ -3,7 +3,7 @@ { "eventVersion": "2.0", "eventSource": "aws:s3", - "awsRegion": "{{region}}", + "awsRegion": "{{{region}}}", "eventTime": "1970-01-01T00:00:00.000Z", "eventName": "ObjectCreated:Put", "userIdentity": { @@ -20,14 +20,14 @@ "s3SchemaVersion": "1.0", "configurationId": "testConfigRule", "bucket": { - "name": "{{bucket}}", + "name": "{{{bucket}}}", "ownerIdentity": { "principalId": "EXAMPLE" }, - "arn": "arn:{{partition}}:s3:::{{bucket}}" + "arn": "arn:{{{partition}}}:s3:::{{{bucket}}}" }, "object": { - "key": "{{key}}", + "key": "{{{key}}}", "size": 1024, "eTag": "0123456789abcdef0123456789abcdef", "sequencer": "0A1B2C3D4E5F678901" 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 8d03b61308..7b10760c26 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 @@ -69,7 +69,7 @@ }, "receipt": { "action": { - "functionArn": "arn:{{partition}}:lambda:{{region}}:{{account_id}}:function:Example", + "functionArn": "arn:{{{partition}}}:lambda:{{{region}}}:{{{account_id}}}:function:Example", "invocationType": "Event", "type": "Lambda" }, diff --git a/samcli/commands/local/lib/generated_sample_events/events/sns/Sns.json b/samcli/commands/local/lib/generated_sample_events/events/sns/Sns.json index c50401fd16..da5fa6e1cb 100644 --- a/samcli/commands/local/lib/generated_sample_events/events/sns/Sns.json +++ b/samcli/commands/local/lib/generated_sample_events/events/sns/Sns.json @@ -3,13 +3,13 @@ { "EventSource": "aws:sns", "EventVersion": "1.0", - "EventSubscriptionArn": "arn:{{partition}}:sns:{{region}}:{{accountId}}:{{topic}}", + "EventSubscriptionArn": "arn:{{{partition}}}:sns:{{{region}}}:{{{accountId}}}:{{{topic}}}", "Sns": { "Type": "Notification", "MessageId": "95df01b4-ee98-5cb9-9903-4c221d41eb5e", - "TopicArn": "arn:{{partition}}:sns:{{region}}:{{account_id}}:{{topic}}", - "Subject": "{{subject}}", - "Message": "{{message}}", + "TopicArn": "arn:{{{partition}}}:sns:{{{region}}}:{{{account_id}}}:{{{topic}}}", + "Subject": "{{{subject}}}", + "Message": "{{{message}}}", "Timestamp": "1970-01-01T00:00:00.000Z", "SignatureVersion": "1", "Signature": "EXAMPLE", diff --git a/samcli/commands/local/lib/generated_sample_events/events/sqs/Sqs.json b/samcli/commands/local/lib/generated_sample_events/events/sqs/Sqs.json index b6a42913d3..417a7a1446 100644 --- a/samcli/commands/local/lib/generated_sample_events/events/sqs/Sqs.json +++ b/samcli/commands/local/lib/generated_sample_events/events/sqs/Sqs.json @@ -7,14 +7,14 @@ "attributes": { "ApproximateReceiveCount": "1", "SentTimestamp": "1523232000000", - "SenderId": "{{account_id}}", + "SenderId": "{{{account_id}}}", "ApproximateFirstReceiveTimestamp": "1523232000001" }, "messageAttributes": {}, "md5OfBody": "7b270e59b47ff90a553787216d55d91d", "eventSource": "aws:sqs", - "eventSourceARN": "arn:{{partition}}:sqs:{{region}}:{{account_id}}:{{queue_name}}", - "awsRegion": "{{region}}" + "eventSourceARN": "arn:{{{partition}}}:sqs:{{{region}}}:{{{account_id}}}:{{{queue_name}}}", + "awsRegion": "{{{region}}}" } ] }