{
    "openapi": "3.0.1",
    "info": {
      "title": "api",
      "version": "2023-02-20T20:46:08Z"
    },
    "paths": {
      "/messages": {
        "get": {
          "x-amazon-apigateway-integration": {
            "httpMethod": "POST",
            "uri": "MessagesHandler",
            "passthroughBehavior": "when_no_match",
            "type": "aws_proxy"
          },
          "x-amazon-apigateway-auth": {
            "type": "AWS_IAM"
          }
        },
        "post": {
          "x-amazon-apigateway-integration": {
            "httpMethod": "POST",
            "uri": "MessagesHandler",
            "passthroughBehavior": "when_no_match",
            "type": "aws_proxy"
          },
          "x-amazon-apigateway-auth": {
            "type": "AWS_IAM"
          }
        }
      },
      "/photos": {
        "get": {
          "x-amazon-apigateway-integration": {
            "httpMethod": "POST",
            "uri": "PhotosHandler",
            "passthroughBehavior": "when_no_match",
            "type": "aws_proxy"
          },
          "x-amazon-apigateway-auth": {
            "type": "AWS_IAM"
          }
        },
        "post": {
          "x-amazon-apigateway-integration": {
            "httpMethod": "POST",
            "uri": "PhotosHandler",
            "passthroughBehavior": "when_no_match",
            "type": "aws_proxy"
          },
          "x-amazon-apigateway-auth": {
            "type": "AWS_IAM"
          }
        }
      }
    }
  }