Tiago Souza
Tiago Souza
Today the entire package is over 13 mb. I'm using webpack to merge the code into a single file to run on AWS Lambda and about 96% of the package...
Following [docs.aws.amazon.com](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/S3.html#putObject-property), the **key** parameter should be **Key**. I did some tests with putObject and it works both ways. However when using `s3.createPresignedPost` using `Key`, it fails with S3rver and...
This pull request is for issue #745.
In my view, the local execution statement should help to use the service while simulating the AWS process in the local development environment.