Identity and Access Control (Management) Module for NestJSdev.to1 points·by AlexanderC89·6 ปีที่แล้ว·0 comments
AWS Lambda+ApiGateway “tail -f” like log streaming toolgithub.com2 points·by AlexanderC89·9 ปีที่แล้ว·0 comments
AlexanderC89·9 ปีที่แล้ว·discussHey @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 ปีที่แล้ว·discuss@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 ?