Philipp

Results 3 issues of Philipp

I'm not able to get serverless-offline-sqs working in combination with "normal" HTTP lambdas. After adding the plugin in the serverless.yml, serverless offline does not start the HTTP server anymore. But...

I have currently this serverless config: ``` plugins: - serverless-webpack - serverless-s3-local - serverless-offline-sqs - serverless-offline - serverless-plugin-scripts custom: region: ${self:provider.region} stage: ${opt:stage, 'development'} prefix: ${self:custom.stage}-${self:service} processQueue: ${self:custom.prefix}-process-queue.fifo processService: ${self:custom.prefix}-process-service...

Utm tracking does not work for us currently. Is it not supported yet, or did we something wrong?