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

Class PollyApp

polly/java/src/main/java/com/cdkpatterns/PollyApp.java:7–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import java.util.Arrays;
6
7public class PollyApp {
8 public static void main(final String[] args) {
9 App app = new App();
10
11 new PollyStack(app, "PollyStack");
12
13 app.synth();
14 }
15}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected