import { AwsRelayApp } from "./aws/app.ts"; if (import.meta.main) { const app = new AwsRelayApp(); await app.run(); }