Skip to content

LocTr/aws-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS assignment

APIs

root

invoke api

all book

invoke api

response:

{
    "statusCode": 200,
    "body": "Welcome to Loc's api"
}

add book

invoke api

POST method

{
    "author" : "test",
    "title" : "test"
}

get book

invoke api

GET method

query param: id

delete book

invoke api POST method

{
    "id" : "test"
}

edit book

invoke api POST method

{
    "id" : "test"
    "author" : "test",
    "title" : "test"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages