File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -349,11 +349,11 @@ Resources:
349
349
}
350
350
351
351
# ### EVENT BRIDGE PIPES
352
- # Pipe changed on DynamoDB Table to UnicornContractsEventBus
353
- DdbStreamToEventPipe :
352
+ # Pipe to transform a changed Contracts table record to ContractStatusChanged and publish it via the UnicornContractsEventBus
353
+ ContractsTableStreamToEventPipe :
354
354
Type : AWS::Pipes::Pipe
355
355
Properties :
356
- RoleArn : !GetAtt DdbStreamToEventPipeRole .Arn
356
+ RoleArn : !GetAtt ContractsTableStreamToEventPipeRole .Arn
357
357
Source : !GetAtt ContractsTable.StreamArn
358
358
SourceParameters :
359
359
DynamoDBStreamParameters :
@@ -380,7 +380,7 @@ Resources:
380
380
ContractLastModifiedOn : " <$.dynamodb.NewImage.ContractLastModifiedOn.S>"
381
381
382
382
# IAM Role for Event Bridge Pipe
383
- DdbStreamToEventPipeRole :
383
+ ContractsTableStreamToEventPipeRole :
384
384
Type : AWS::IAM::Role
385
385
Properties :
386
386
AssumeRolePolicyDocument :
You can’t perform that action at this time.
0 commit comments