Merge pull request #6398 from haochang/fix-missing-colon

Add the missing colon
This commit is contained in:
Philipp Muens 2019-07-18 16:04:59 +02:00 committed by GitHub
commit 9b3c17f1e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ functions:
- stream:
type: dynamodb
arn:
Fn::GetAtt: [ MyDynamoDbTable, StreamArn ]
Fn::GetAtt: [MyDynamoDbTable, StreamArn]
- stream:
type: dynamodb
arn:
@ -47,11 +47,11 @@ functions:
type: kinesis
arn:
Fn::ImportValue: MyExportedKinesisStreamArnId
- stream
- stream:
type: kinesis
arn:
Fn::Join:
- ":"
- ':'
- - arn
- aws
- kinesis