Skip to content

Commit 2acc25a

Browse files
committed
lint fix
1 parent 7dce077 commit 2acc25a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

iac/main/resources/event.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

iac/main/resources/global.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

364364
FlowLogRole:
365365
Type: 'AWS::IAM::Role'

0 commit comments

Comments
 (0)