{
  "openapi" : "3.0.1",
  "info" : {
    "title" : "serverless-rest-api-prod",
    "description" : "Serverless REST API - prod",
    "version" : "2019-11-16T18:55:32Z"
  },
  "servers" : [ {
    "url" : "https://api.mikebergan.com/{basePath}",
    "variables" : {
      "basePath" : {
        "default" : "/serverless"
      }
    }
  } ],
  "paths" : {
    "/time" : {
      "get" : { }
    },
    "/dynamodb" : {
      "get" : { }
    }
  },
  "components" : { }
}