get pull list
get books by (author, publisher, title, keyword)
get/post/put/delete customer
- name
- email
- store membership 1
- store membership 2
get customers
get customers by status
get store
get publishers
get new comics buy publisher
NOTES TO SELF:
"methods":
get = get resource
post = update resource
put = create resource
delete = delete resource
endpoint = method and resource
lambda functon (in aws) = contained singular piece of code, created in aws
google how to code lambdas, make micro services (one function per method)
get pull list
get books by (author, publisher, title, keyword)
get/post/put/delete customer
- name
- email
- store membership 1
- store membership 2
get customers
get customers by status
get store
get publishers
get new comics buy publisher
NOTES TO SELF:
"methods":
get = get resource
post = update resource
put = create resource
delete = delete resource
endpoint = method and resource
lambda functon (in aws) = contained singular piece of code, created in aws
google how to code lambdas, make micro services (one function per method)