Open csuermann opened 10 months ago
suggest that you edit serverless.yml to deal with the scenario where MOMENTO_TOKEN is not set.
@jpadie, good catch. I believe this does the trick:
MOMENTO_TOKEN: ${env:MOMENTO_TOKEN, ''}
suggest that you edit serverless.yml to deal with the scenario where MOMENTO_TOKEN is not set.