csuermann / virtual-smart-home

Virtual Smart Home Skill for Amazon Alexa and Node-RED
27 stars 18 forks source link

Optional cache #18

Open csuermann opened 5 months ago

jpadie commented 5 months ago

suggest that you edit serverless.yml to deal with the scenario where MOMENTO_TOKEN is not set.

csuermann commented 5 months ago

@jpadie, good catch. I believe this does the trick:

MOMENTO_TOKEN: ${env:MOMENTO_TOKEN, ''}