| 3 | namespace TheEventbridgeAtm |
| 4 | { |
| 5 | public class Program |
| 6 | { |
| 7 | public static void Main(string[] args) |
| 8 | { |
| 9 | var app = new App(); |
| 10 | new TheEventbridgeAtmStack(app, "TheEventbridgeAtmStack"); |
| 11 | |
| 12 | app.Synth(); |
| 13 | } |
| 14 | } |
| 15 | } |
nothing calls this directly
no outgoing calls
no test coverage detected