Matti Lindell

Results 4 comments of Matti Lindell

We have existing serverless project and added serverless-lift for SQS features. We need to use specific SQS queue name as it has been agreed with 3rd party. We don’t want...

Hi, this is not actually caused by client's clock, but server's clock instead.

Hi, With this I get the same error. Should this work though? logger.js: ``` module.exports = new winston.Logger({ level: 'info', transports: [ new (winston.transports.Console)() ] }); ``` app.js: ``` var...