isensmith / comic-cube

An app for comic book buyers and comic shop owners to help them stay in business. Participating in Mozsprint 2019
http://comic-cube.com
Other
6 stars 0 forks source link

comic cube api #14

Open isensmith opened 5 years ago

isensmith commented 5 years ago

get pull list get books by (author, publisher, title, keyword) get/post/put/delete customer

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)