Thomas Green

Results 7 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.