Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 511 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 511 Bytes

Serverless-golang http Get and Post Example

Serverless boilerplate code for golang with GET and POST example

This example is using AWS Request and Response Proxy Model, provided by AWS itself. If you want to test any changes don't forget to run make inside the service directory.

There are three endpoint provided:

  1. GET endpoint with name parameter (/get/{name})
  2. GET endpoint with query string parameter (getQ?name=$name)
  3. POST endpoint with name in the body (/post - with JSON body {"name":$name}