update log output
This commit is contained in:
parent
18d03002cb
commit
c404e856cf
5 changed files with 5 additions and 5 deletions
|
|
@ -6,7 +6,7 @@ const client = new faunadb.Client({
|
|||
})
|
||||
|
||||
exports.handler = (event, context, callback) => {
|
||||
console.log("readAll todos")
|
||||
console.log("Function `todo-read-all` invoked")
|
||||
return client.query(q.Paginate(q.Match(q.Ref("indexes/all_todos"))))
|
||||
.then((response) => {
|
||||
console.log("success", response)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue