Kai Lindgren

Results 2 issues of Kai Lindgren

# This is a Bug Report ## Description We switched from Winston to use your logger because it has many features we need out of the box. But then we...

I'm trying to deploy one particular lambda only to my dev environment. My serverless.yml looks like this: ``` plugins: - serverless-plugin-select ... ``` ``` dev-only: stages: - dev handler: src/dev-only.handler...