File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -526,11 +526,17 @@ Resources:
526
526
- SetReservedConcurrentExecutions
527
527
- !Ref ReservedConcurrency
528
528
- !Ref AWS::NoValue
529
- VpcConfig : !If
530
- - UseVPC
531
- - SecurityGroupIds : !Ref VPCSecurityGroupIds
532
- SubnetIds : !Ref VPCSubnetIds
533
- - !Ref AWS::NoValue
529
+ VpcConfig :
530
+ Fn::If :
531
+ - UseVPC
532
+ - SecurityGroupIds : !Ref VPCSecurityGroupIds
533
+ SubnetIds : !Ref VPCSubnetIds
534
+ - Ref : AWS::NoValue
535
+ # VpcConfig: !If
536
+ # - UseVPC
537
+ # - SecurityGroupIds: !Ref VPCSecurityGroupIds
538
+ # SubnetIds: !Ref VPCSubnetIds
539
+ # - !Ref AWS::NoValue
534
540
ForwarderRole :
535
541
Type : AWS::IAM::Role
536
542
Properties :
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ LOG_LEVEL=${LOG_LEVEL} \
165
165
SNAPSHOTS_DIR_NAME=" ./${SNAPSHOTS_DIR_NAME} " \
166
166
DD_FETCH_LAMBDA_TAGS=${DD_FETCH_LAMBDA_TAGS} \
167
167
DD_FETCH_STEP_FUNCTIONS_TAGS=${DD_FETCH_STEP_FUNCTIONS_TAGS} \
168
- docker- compose up --build --abort-on-container-exit
168
+ docker compose up --build --abort-on-container-exit
169
169
170
170
if [ $ADDITIONAL_LAMBDA == true ]; then
171
171
echo " Waiting for external lambda logs..."
You can’t perform that action at this time.
0 commit comments