alexa-js / alexa-verifier-middleware

An express middleware that verifies HTTP requests sent to an Alexa skill are sent from Amazon.
MIT License
31 stars 6 forks source link

v2 fixes #35 #42

Closed mreinstein closed 2 years ago

mreinstein commented 2 years ago
tejashah88 commented 2 years ago

@mreinstein It seems that the automated Travis builds are not happening due to a change in their pricing structure and website. Can you verify the tests on your machine and update them as needed?

mreinstein commented 2 years ago

Yeah I saw that too. I was trying to update to travis.com but that didn't solve it. I guess time to expore github actions?

tejashah88 commented 2 years ago

@mreinstein Thank you for your work! I guess it's indeed time to explore GitHub actions

mreinstein commented 2 years ago

I started switching all my personal projects over to it. I do hesitate a little, relying on more github services/features because it means I'm more tied to them, but I guess the same could be said of travis, and it's definitely a simpler integration.

tejashah88 commented 2 years ago

I agree with your sentiment. It's a limitation that we'll have to accept on the name of using free services and a relatively easy dev experience.