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