Guido Stein

Results 3 comments of Guido Stein

```js this.provider = this.serverless.getProvider('aws') const s3 = new this.provider.sdk.S3({ region: this.options.region }) ``` only works with the default profile, it doesn't use region/key/secret from the profile associated in the YML.

I think I found another issue that makes it look like it's not working in #13