Skip to content

Commit 3b51f18

Browse files
committed
remove EventEndpoint from the stack output
to avoid confusion between slack bolt endpoint
1 parent 2cdef07 commit 3b51f18

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

cdk/lib/constructs/worker/bus.ts

-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,5 @@ export class WorkerBus extends Construct {
3232

3333
this.httpEndpoint = `https://${api.httpDns}`;
3434
this.api = api;
35-
36-
new CfnOutput(this, 'EventEndpoint', { value: this.httpEndpoint });
3735
}
3836
}

cdk/test/__snapshots__/cdk.test.ts.snap

-16
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,6 @@ exports[`Snapshot test 1`] = `
2222
"Ref": "StorageHistory251A3AE8",
2323
},
2424
},
25-
"WorkerBusEventEndpointCC51309B": {
26-
"Value": {
27-
"Fn::Join": [
28-
"",
29-
[
30-
"https://",
31-
{
32-
"Fn::GetAtt": [
33-
"WorkerBusApi8460ABC0",
34-
"Dns.Http",
35-
],
36-
},
37-
],
38-
],
39-
},
40-
},
4125
},
4226
"Parameters": {
4327
"BootstrapVersion": {

0 commit comments

Comments
 (0)