Daniel Cottone

Results 3 issues of Daniel Cottone

# This is a Bug Report ## Description I'm in the process of trying to upgrade `serverless-webpack` version from `2.2.3`, where I do not experience the following issue. Our serverless...

bug

If I replace the `keyArn` property in the secrets YAML file with the alias of the KMS key, creation of new secrets fails: ``` keyArn: 'arn:aws:kms:us-east-1:xxxxxxxx:alias/my-test-key' ``` ``` Serverless: Encrypting...

How can I unit test modules using this wrapper? For example I am trying to test this with mocha and I keep getting: ``` TypeError: ctx.fail is not a function...