Patryk Krawczyk

Results 4 comments of Patryk Krawczyk

in my opinion it's simpler and safer with brew (no need for _sudo rm -rf_): ``` brew install go gvm install go1.15.5 gvm use go1.15.5 --default brew uninstall go ```

any progress on this? running tests with `serverless-bundle test` in terminal seems medieval

Hi @jayair , bumping this issue since I have this problem too. I'd like to write tests and use dynamodb as described here https://jestjs.io/docs/en/dynamodb Therefore I would need to change...

I've actually added a small PR for this https://github.com/AnomalyInnovations/serverless-bundle/pull/101 Edit: nevermind, found a workaround, closed PR