export interface APIGatewayService { type: 'api' } export interface APIGatewayWebsocketService { type: 'websocket' }