public MyStack() { var example = new Aws.ApiGatewayV2.Api("example", new Aws.ApiGatewayV2.ApiArgs { ProtocolType = "HTTP", }); }
public MyStack() { var example = new Aws.ApiGatewayV2.Api("example", new Aws.ApiGatewayV2.ApiArgs { ProtocolType = "WEBSOCKET", RouteSelectionExpression = "$request.body.action", }); }