Skip to content

gpnull/golang-aws-serverless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golang-aws-serverless

curl --header "Content-Type: application/json" --request POST --data '{"email": "gpdev1705@gmail.com", "firstname": "giang", "lastname": "pham"}' https://xxxxx.execute-api.xxxx.amazonaws.com/staging

curl -X GET https://xxxxx.execute-api.xxxx.amazonaws.com/staging

curl -X GET https://xxxxx.execute-api.xxxx.amazonaws.com/staging\?email\=gpdev1705@gmail.com

curl --header "Content-Type: application/json" --request PUT --data '{"email": "gpdev1705@gmail.com", "firstname": "giangg", "lastname": "phamm"}' https://xxxxx.execute-api.xxxx.amazonaws.com/staging

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages