hi everyone, I had a question. Is it possible for ...
# prisma-whats-new
r
hi everyone, I had a question. Is it possible for graphcool framework to interact with AWS Lambda functions? I need a periodical function to run for scraping some data but I would like to save that in my graphcool database
m
You can use
rootKeys
and connect from your lambda to the database. You might also want to check
graphcool-lib
which exports
fromEvent
like class (actually
fromEvent
uses the very same function) and pass in endpoint and key. Ping me if you need help 🙂