Michael Frye
Michael Frye
We set this up as a lead gen tool originally. Hence why we have our branding everywhere. It's set to offer a few free lookups then trigger a modal to...
Thanks :) It really depends on what email providers you're looking up. All of them are different. If you have a list of emails, and the majority end up hitting...
Just ran into this as well
This is roughly what I have. I'm not satisfied but it works for now. router.js ``` const authorize = (state, next) => { if (!state.isAuthenticated) { state.redirect = '/login'; next();...
I think I found one relevant bit here... Seems that the regions have to match currently. The iot endpoint has to be in the same region as the functions.
@adieuadieu I got that working locally - thanks for sharing. Having trouble running more than once though. I start up the container, run my process, it executes fine, then I...
+1 This sounds awesome, I've been looking for something like this. What's the current status of the project?
We've been running into the same issue and have been trying on and off for the last few weeks. Cloudflare just returns a 502 bad gateway. @VictorLeP can we discuss...
Same here on OSX.