GithubHelp home page GithubHelp logo

serverless-api's Introduction

serverless-api

Author: Dan Engel

Root URL


Routes

Post

  1. Go to swagger and enter the root url (https://01g4o5ol6l.execute-api.us-west-2.amazonaws.com/people)
  2. Select Post and in the body add something formatted like this { "id": "d0cf9e12-cba0-4651-88e4-9sgradgzceb9", "name": "test name999", "phone": "222-222-2999"}.
  3. Click send and the response should show the data in the window below.

Get

  1. Go to swagger and enter the root url (https://01g4o5ol6l.execute-api.us-west-2.amazonaws.com/people)
  2. Select Get and click send. You should see all the items in the database below.
  3. Highlight an ID and copy it for the next step

Put

  1. Go to swagger and enter the root url (https://01g4o5ol6l.execute-api.us-west-2.amazonaws.com/people)
  2. In the URL, add ?id= plus the ID you just copied.
  3. In the body, add the same formatted data as above along with the same ID you pasted into the URL, but change some data. This will be the new item info.
  4. Select Put and click send. You should see all the items in the database below.

Delete

  1. Go to swagger and enter the root url (https://01g4o5ol6l.execute-api.us-west-2.amazonaws.com/people)
  2. IN the URL, add ?id= plus the ID you just copied.
  3. Select Delete and click send. You should see contact successfully deleted.

UML

WRRC

serverless-api's People

Contributors

daneng1 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.