MCPcopy Create free account
hub / github.com/cdk-patterns/serverless / Program

Class Program

the-eventbridge-atm/csharp/src/TheEventbridgeAtm/Program.cs:5–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3namespace 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected