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