AlexanderC89·9 年前·議論Hey @vvoyer great job! Is it a "https://greenkeeper.io" on premise?Could i configure a flow similar to: Regular PR->Travis->'renovate run'->'npm run test'->Open/update PR if tests passed ?
AlexanderC89·9 年前·議論@CSDude you can check out this small tool i've written for debugging Lambda and API Gateway integration.https://github.com/AlexanderC/lambdon (i know the name sucks)Also @chetanmelkani as a hint: if you are using NodeJS runtime most optimal from the execution time and cost efficiency perspective is setting up 512mb of memory ;) it's about getting x2 performance boost over the 128mb configuration.
Could i configure a flow similar to: Regular PR->Travis->'renovate run'->'npm run test'->Open/update PR if tests passed ?