We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cdef07 commit 3b51f18Copy full SHA for 3b51f18
cdk/lib/constructs/worker/bus.ts
@@ -32,7 +32,5 @@ export class WorkerBus extends Construct {
32
33
this.httpEndpoint = `https://${api.httpDns}`;
34
this.api = api;
35
-
36
- new CfnOutput(this, 'EventEndpoint', { value: this.httpEndpoint });
37
}
38
cdk/test/__snapshots__/cdk.test.ts.snap
@@ -22,22 +22,6 @@ exports[`Snapshot test 1`] = `
22
"Ref": "StorageHistory251A3AE8",
23
},
24
25
- "WorkerBusEventEndpointCC51309B": {
26
- "Value": {
27
- "Fn::Join": [
28
- "",
29
- [
30
- "https://",
31
- {
- "Fn::GetAtt": [
- "WorkerBusApi8460ABC0",
- "Dns.Http",
- ],
- },
39
40
41
42
"Parameters": {
43
"BootstrapVersion": {
0 commit comments