mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
Merge pull request #6398 from haochang/fix-missing-colon
Add the missing colon
This commit is contained in:
commit
9b3c17f1e6
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user