John Veldboom

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