Skip to content

Commit f10e3ad

Browse files
authored
fix: Avoid hardcoded eventbus name in integ test (#2901)
1 parent 6be0ced commit f10e3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/resources/templates/combination/connector_function_to_eventbus_write.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Resources:
4646
EventBus:
4747
Type: AWS::Events::EventBus
4848
Properties:
49-
Name: TestEventBus
49+
Name: !Sub "${AWS::StackName}-EventBus"
5050

5151
Connector:
5252
Type: AWS::Serverless::Connector

0 commit comments

Comments
 (0)