Yoel
Yoel
yep, I think that you can pass the `--sname` flag to the `iex` command and there set a name like: ```shell iex --sname foo -S mix ``` and if you...
Oh got it, well maybe the authors can explained that better, I just showed u another "hack"
> @estahn It seems, we need to reorganize and find a new set of maintainers. Please +1 for this thread if you would like to volunteer as a maintainer so...
I had the same issue with this code: ```javascript const url = s3.getSignedUrl('putObject', s3Params) ``` and my test: ```javascript AWS.mock('S3', 'getSignedUrl', (action, _params, callback) => { console.log('S3', 'getSignedUrl', 'mock called')...