Mikael Puittinen
Mikael Puittinen
@ramanbuttar please check the webpack.config from e.g. https://github.com/SC5/sc5-serverless-boilerplate/blob/master/webpack.config.js
@adamclerk in case it does not create too much complexity to the main (js) code, we can take that in. If possible, refactor code so that the .ts-logic is in...
I'm happy to incorporate a PR if someone is willing to implement that.
What's the use cases of using both serverless-secrets and serverless-kms-secrets?
@activescott you could actually achieve that by just defining your own test template, which uses serverless invoke local (e.g. using execSync) for running the actual tests (e.g using sls invoke...
@activescott that looks cool. Will check how to have that integrated into the mocha-plugin. e.g something like httpWrapped = mochaPlugin.getHttpWrapper() ... httpWrapped.invoke('POST /path/to/resource', { payload }) The point of having...
Would you have some example that fails to encrypt?
@urosjarc Please define the use case. Lambda-wrapper is not related anyhow to the serverless framework and does not implement any logic for evaluating variables defined in the serverless.yml config file....
@aciid sorry for the extremely long delay. The function uses the function name, i.e. in your case that would be 'myFunctionName'. For cases that would test against the endpoints provided...