bref / symfony-messenger
Symfony Messenger bridge to run with SQS and SNS on AWS Lambda with Bref
                                    Fund package maintenance!
                                                                            
                                                                                                                                        mnapoli
                                                                                    
                                                                
Installs: 1 010 566
Dependents: 3
Suggesters: 0
Security: 0
Stars: 73
Watchers: 6
Forks: 25
Open Issues: 5
pkg:composer/bref/symfony-messenger
Requires
- php: >=8.0
- ext-json: *
- async-aws/event-bridge: ^1.0
- async-aws/sns: ^1.0
- async-aws/sqs: ^1.2|^2.0
- bref/bref: ^1.5 || ^2.0
- symfony/amazon-sqs-messenger: ^5.4 || ^6.0 || ^7.0
- symfony/config: ^5.4 || ^6.0 || ^7.0
- symfony/dependency-injection: ^5.4 || ^6.0 || ^7.0
- symfony/http-kernel: ^5.4 || ^6.0 || ^7.0
- symfony/messenger: ^5.4 || ^6.0 || ^7.0
- symfony/yaml: ^5.4 || ^6.0 || ^7.0
Requires (Dev)
- matthiasnoback/symfony-dependency-injection-test: ^4.3 || ^5.0
- mnapoli/hard-mode: ^0.3.0
- nyholm/symfony-bundle-test: ^3.0
- phpspec/prophecy: ^1.15
- phpspec/prophecy-phpunit: ^2.0
- phpstan/phpstan: ^1.7.10
- phpunit/phpunit: ^9.4
- symfony/framework-bundle: ^5.4 || ^6.0 || ^7.0
README
Bridge to use Symfony Messenger on AWS Lambda with Bref.
This bridge allows messages to be dispatched to SQS, SNS or EventBridge, while workers handle those messages on AWS Lambda.
Documentation
You can find the documentation on the Bref website here.