コード例 #1
0
ファイル: MyStack.cs プロジェクト: justinvp/templates-aws
 public MyStack()
 {
     var example = new Aws.ApiGatewayV2.Api("example", new Aws.ApiGatewayV2.ApiArgs
     {
         ProtocolType = "HTTP",
     });
 }
コード例 #2
0
 public MyStack()
 {
     var example = new Aws.ApiGatewayV2.Api("example", new Aws.ApiGatewayV2.ApiArgs
     {
         ProtocolType             = "WEBSOCKET",
         RouteSelectionExpression = "$request.body.action",
     });
 }