File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ EventConsumerLambda:
1212 # checkov:skip=CKV_AWS_116: DLQ not needed for lambda driven by SQS
1313 Type : AWS::Serverless::Function
1414 Properties :
15- FunctionName : ${Environment} -txma-event-consumer
15+ FunctionName : demo -txma-event-consumer
1616 Events :
1717 # this event is called CleanEvent for historic reasons (originally some data cleaning/validation was planned at this stage)
1818 # as it exists now, this lambda just receives txma events and passes them directly to firehose
Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ VPCForDAP:
359359 - Key : Environment
360360 Value : !Ref Environment
361361 - Key : Name
362- Value : dap-private-vpc-${Environment}
362+ Value : dap-private-vpc-demo
363363
364364FlowLogRole :
365365 Type : ' AWS::IAM::Role'
You can’t perform that action at this time.
0 commit comments