Woody Gilk
Woody Gilk
I think [2] is the right solution. I very much dislike the omission of parens in CoffeeScript, it makes code unreadable in my opinion.
I believe the resolved reference should include both the `id` and `name` properties; something like: ``` assert($resolvedRef->type === 'object'); assert($resolvedRef->properties->id->type === 'string'); assert($resolvedRef->properties->name->type === 'string'); ``` When I tried to...
I was having this issue too, until I explicitly did `--stage=local` and then everything worked as expected. I am pretty sure the default for serverless is `prod`.
SQLite would be ideal, because then the Phar is completely self contained. Maybe also automatically purge emails >30d old.
Further making this weird is that not only do I have `region` set in the config, but also for my `default` profile in `~/.aws/config`. Somewhere along the line, Async AWS...
Digging deeper, it appears that using `NullProvider` as the credential provider causes this issue to appear. When I set credentials as: ```diff - $credentials = new NullProvider(); + $credentials =...
In this case, it is `SqsClient` but the same applies to any AsyncAws client. My configuration before, which was not working: ```php $config = [ 'region' => 'us-west-2', 'endpoint' =>...
> I believe it extracts the region from the signature [That is correct][1]. I think the solution here is simply documenting that `NullProvider` cannot be used with Localstack and that...
Please create a new PR, this one cannot be merged due to conflicts.
Please create a new PR, this one cannot be merged due to conflicts.