@@ -441,7 +441,7 @@ Resources:
441
441
reason : Permissions to write CloudWatch Logs are granted by rLambdaCommonPolicy
442
442
Properties :
443
443
CodeUri : ./lambda/stage-a-redrive/src
444
- FunctionName : !Sub sdlf-${pTeamName}-${pPipeline}-redrive-a
444
+ FunctionName : !Sub sdlf-${pTeamName}-${pPipeline}-redrive-${pStageName}
445
445
Environment :
446
446
Variables :
447
447
TEAM : !Ref pTeamName
@@ -461,7 +461,7 @@ Resources:
461
461
reason : Permissions to write CloudWatch Logs are granted by rLambdaCommonPolicy
462
462
Properties :
463
463
CodeUri : ./lambda/stage-a-preupdate-metadata/src
464
- FunctionName : !Sub sdlf-${pTeamName}-${pPipeline}-preupdate-a
464
+ FunctionName : !Sub sdlf-${pTeamName}-${pPipeline}-preupdate-${pStageName}
465
465
Description : Pre-Update the metadata in the DynamoDB Catalog table
466
466
Environment :
467
467
Variables :
@@ -479,7 +479,7 @@ Resources:
479
479
reason : Permissions to write CloudWatch Logs are granted by rLambdaCommonPolicy
480
480
Properties :
481
481
CodeUri : ./lambda/stage-a-process-object/src
482
- FunctionName : !Sub sdlf-${pTeamName}-${pPipeline}-process-a
482
+ FunctionName : !Sub sdlf-${pTeamName}-${pPipeline}-process-${pStageName}
483
483
Description : Processing pipeline
484
484
MemorySize : 1536
485
485
Timeout : 600
@@ -494,7 +494,7 @@ Resources:
494
494
reason : Permissions to write CloudWatch Logs are granted by rLambdaCommonPolicy
495
495
Properties :
496
496
CodeUri : ./lambda/stage-a-postupdate-metadata/src
497
- FunctionName : !Sub sdlf-${pTeamName}-${pPipeline}-postupdate-a
497
+ FunctionName : !Sub sdlf-${pTeamName}-${pPipeline}-postupdate-${pStageName}
498
498
Description : Post-Update the metadata in the DynamoDB Catalog table
499
499
MemorySize : 256
500
500
Timeout : 300
@@ -509,7 +509,7 @@ Resources:
509
509
reason : Permissions to write CloudWatch Logs are granted by rLambdaCommonPolicy
510
510
Properties :
511
511
CodeUri : ./lambda/stage-a-error/src
512
- FunctionName : !Sub sdlf-${pTeamName}-${pPipeline}-error-a
512
+ FunctionName : !Sub sdlf-${pTeamName}-${pPipeline}-error-${pStageName}
513
513
Description : Fallback lambda to handle messages which failed processing
514
514
MemorySize : 256
515
515
Timeout : 300
@@ -702,7 +702,7 @@ Resources:
702
702
rStateMachine :
703
703
Type : AWS::Serverless::StateMachine
704
704
Properties :
705
- Name : !Sub sdlf-${pTeamName}-${pPipeline}-sm-a
705
+ Name : !Sub sdlf-${pTeamName}-${pPipeline}-sm-${pStageName}
706
706
DefinitionUri : ./state-machine/stage-a.asl.json
707
707
DefinitionSubstitutions :
708
708
lStep1 : !GetAtt rLambdaStep1.Arn
0 commit comments