{"Message": "This is a simple API gateway that took a json from an other site and sorted the information into more readable and orgainized fashion.", "Path": {"/Top": {"MethodGet": {"Description": "This one is uses query string paramaters post_id=? to get the the posts with post_id=? the query string paramater is needed", "Link": "https://jbz8ofjd71.execute-api.us-east-1.amazonaws.com/v1/top"}}, "Top/{post_id}": {"MethodGet": {"Description": "This one will use resources in order to find the correct posts with {post_id}, this will return any posts with the matching post_id", "Link": "https://jbz8ofjd71.execute-api.us-east-1.amazonaws.com/v1/top/{post_id}"}}}}