Thomas Green

Results 9 comments of Thomas Green

``` { "name": "lambda-serverless-node-template", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "SERVERLESS_STAGE=test jest", "test:offline": "SERVERLESS_STAGE=test IS_OFFLINE=true jest", "test:watch": "jest --watch", "build": "serverless webpack", "preDeploy": "npm run test", "deploy":...

I am using npm version 6.4.1.

And also I am using node:10.15.3-jessie as a base image in my docker file.

I am having this same issue. I have set these as environment variables in my Dockerfile. However when I run the app, I am seeing this error: client_id and scope...

@bethesque I have found a few examples of how to modify the headers, like your example above, can the request body be similarly modified? If so, it is not apparent...

@bethesque the reason I asked this question about modifying body is because we are trying to test services that wrap an externally hosted database. We need to test deleting an...

Thanks @bethesque we are trying this out.

We have upgraded to the newest versions of this lib and are experiencing this to be partially working. Many of the GitHub style syntax keywords work as expected but these...

Thanks @kurtaking and @gaelgoth for the quick replies. Will keep an eye out for what y'all decide.