mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 17:16:29 +03:00
10 lines
422 B
Plaintext
10 lines
422 B
Plaintext
<bg=yellow;fg=black> </>
|
|
<bg=yellow;fg=black> Using Amazon SQS in Enqueue </>
|
|
<bg=yellow;fg=black> </>
|
|
|
|
* Configure <comment>ENQUEUE_DSN=sqs:?key=aKey&secret=aSecret®ion=aRegion</comment>
|
|
in your <comment>.env</comment> file.
|
|
|
|
* For the full options, see
|
|
<comment>https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/sqs.md</comment>
|