bref / symfony-messenger
Symfony Messenger bridge to run with SQS and SNS on AWS Lambda with Bref
Fund package maintenance!
mnapoli
Installs: 819 776
Dependents: 3
Suggesters: 0
Security: 0
Stars: 73
Watchers: 7
Forks: 24
Open Issues: 5
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.