From 4d7300a375caec06eef1f9c4c8890c1001674b6e Mon Sep 17 00:00:00 2001 From: Hao Chang Date: Thu, 18 Jul 2019 13:20:00 +0100 Subject: [PATCH 1/2] Add the missing colon --- docs/providers/aws/events/streams.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/providers/aws/events/streams.md b/docs/providers/aws/events/streams.md index 4f5491718..f24211d0c 100644 --- a/docs/providers/aws/events/streams.md +++ b/docs/providers/aws/events/streams.md @@ -47,7 +47,7 @@ functions: type: kinesis arn: Fn::ImportValue: MyExportedKinesisStreamArnId - - stream + - stream: type: kinesis arn: Fn::Join: From 35c3d2e0a32772a0449080a95fa5510551445d4b Mon Sep 17 00:00:00 2001 From: Hao Chang Date: Thu, 18 Jul 2019 13:37:04 +0100 Subject: [PATCH 2/2] Prettify the format for the build --- docs/providers/aws/events/streams.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/providers/aws/events/streams.md b/docs/providers/aws/events/streams.md index f24211d0c..d84aeb828 100644 --- a/docs/providers/aws/events/streams.md +++ b/docs/providers/aws/events/streams.md @@ -32,7 +32,7 @@ functions: - stream: type: dynamodb arn: - Fn::GetAtt: [ MyDynamoDbTable, StreamArn ] + Fn::GetAtt: [MyDynamoDbTable, StreamArn] - stream: type: dynamodb arn: @@ -51,7 +51,7 @@ functions: type: kinesis arn: Fn::Join: - - ":" + - ':' - - arn - aws - kinesis