https://github.com/brefphp/symfony-messenger
Bridge to use Symfony Messenger on AWS Lambda with Bref
https://github.com/brefphp/symfony-messenger
aws-eventbridge aws-lambda aws-sns aws-sqs bref serverless symfony-messenger
Last synced: about 2 months ago
JSON representation
Bridge to use Symfony Messenger on AWS Lambda with Bref
- Host: GitHub
- URL: https://github.com/brefphp/symfony-messenger
- Owner: brefphp
- License: mit
- Created: 2020-01-05T14:27:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-13T13:44:02.000Z (3 months ago)
- Last Synced: 2025-04-01T11:04:18.827Z (about 2 months ago)
- Topics: aws-eventbridge, aws-lambda, aws-sns, aws-sqs, bref, serverless, symfony-messenger
- Language: PHP
- Homepage:
- Size: 193 KB
- Stars: 73
- Watchers: 7
- Forks: 24
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Bridge to use Symfony Messenger on AWS Lambda with [Bref](https://bref.sh).
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](https://bref.sh/docs/symfony/messenger).