Federico Sosa

Results 5 comments of Federico Sosa

This is preventing people from using es6 features on Lambda which is not good

> as @EPMatt said, a simple workaround is just to move aws-sdk from your devDependencies into dependencies so it gets bundled with your package. Creates 70MB of extra bloat (per...

> This is by far the worst idea actually. That increases costs, makes longer to deploy etc. What I did to "solve" it for now was to install aws-sdk globally...

For now it's easier to specify the full path. But not ideal. I noticed specifying full path is not necessary when using `sam local invoke`, but it is necessary when...