James Lal
James Lal
OK how does this sound: 1. new directory private/_master 2. when we create the private/rev update private/_master (git pull origin master) 3. cp private/_master to create private/$REV 4. add remote,...
Yeah sounds good. I will work on a test environment as well.
I was just about to file a bug about this. [snip] ✔ 268 tests complete (1116ms) make test 0.96s user 0.11s system 8% cpu 13.048 total --- Personally I think...
Something like this? ```yml custom: appSync: name: appsync-bootstrap-test vtl: preprocessor: ./path-to-node-module.js ``` Then in the node module ```js module.exports = (mappingTemplatePath) => { // load and do stuff to the...
@sid88in bump ^
@jpstrikesback ^^ mind taking a look ? I am thinking it would also be nice to allow passing arguments into the preprocessor function. I am not quite sure yet what...
@jpstrikesback I was thinking that variables or "substitutions" as you reference above would be first resolved by serverless configs and then passed as an argument into the preprocessor module. So...
Great, I will write up a patch in the next few days. I have been (personally) using evergreen for the last 6 months now and I love it. The big...
Related bugs: https://bugzilla.mozilla.org/show_bug.cgi?id=739136 https://bugzilla.mozilla.org/show_bug.cgi?id=732467 https://bugzilla.mozilla.org/show_bug.cgi?id=739452
Works, thanks @philikon