Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

The service "Bref\Messenger\Sqs\SqsTransportFactory" has a dependency on a non-existent service "Aws\Sqs\SqsClient". #4

Open
hackzilla opened this issue Mar 13, 2020 · 1 comment

Comments

@hackzilla
Copy link

hackzilla commented Mar 13, 2020

After following the instructions, I ended up with an error about non-existent service.

The service "Bref\Messenger\Sqs\SqsTransportFactory" has a dependency on a non-existent service "Aws\Sqs\SqsClient".

I've realised that I needed to configure it myself and it might help others if this was included in the readme.

Aws\Sqs\SqsClient:
     arguments:
          - { version: latest, region: eu-west-2, credentials: { key: xxx, secret: xxx } }

I believe that credentials is optional, if you have credentials stores in ~/.aws/credentials

@mnapoli
Copy link
Member

mnapoli commented Mar 13, 2020

Good catch!

We are in the process of moving this to https://github.com/brefphp/symfony-messenger I recommend you use the new repository instead.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants