-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support for SQS #1
Comments
Hey, I'm working with SQS now, you can check my basic engine https://github.com/CriztianiX/php-queuesadilla/tree/SqsEngine |
Cool 👍 |
For tests, we need a basic AWS account, so, i dont know how to solve it |
You can use something like fake_sqs for testing. I definitely won't merge without tests, as integration testing for a queuing library is very important. |
I'm starting to write tests. You can try with:
Of course you need fake_sqs running. Salutes! |
No description provided.
The text was updated successfully, but these errors were encountered: