John Veldboom

Results 4 comments of John Veldboom

We use a similar pattern to @rojomisin but use a standard environment variable file format. .sam-params ``` DBUsername=admin DBPassword=password123 Subnets=subnet-12345 VpcId=vpc-1234 ``` Then in our Makefile, we `cat` that file...

You should be able to turn off logging by setting the logger to return `undefined` or `true`. Something like this: ```js const context = { commits: [], logger: { log:...

Thank you for taking the time to consider this. I think updating the documentation to explicitly mention this issue might be good. Would it also be possible to recommend including...

As a workaround, our team was able to run the following commands unattended on an AWS Mac EC2 instance. We put the following within the instance's user-data. The `runsvc.sh` script...