-
Notifications
You must be signed in to change notification settings - Fork 250
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
The SQS example does not work #1026
Comments
The README link is supposed to point to here. I'm working on getting this updated. After you make sure you have your credentials set up correctly you will also need to comment out line 54 of the sample: .message_group_id(&message.group) This is because that the group id is only needed for FIFO queues as noted in the docs here |
Thanks @jmklix, removed the group bit and things progressed - you may close the issue once the README is updated to point to the correct link |
The docs have been updated. Closing this issue. please let us know if you run into any other problems |
Comments on closed issues are hard for our team to see. |
Describe the bug
The SQS example code does not work; it fails with an error code:
Followed the README as is and cloned the code. Also an instruction in the README points to a prerequisites section, but the link to the README is broken and results in a 404
Expected Behavior
The sample code should work and the README text should be current
Current Behavior
The SQS example code does not work; it fails with an error code:
Followed the README as is and cloned the code. Also an instruction in the README points to a prerequisites section, but the link to the README is broken and results in a 404
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
Version
Environment details (OS name and version, etc.)
Linux Raspbian on Raspberry Pi 4
Logs
No response
The text was updated successfully, but these errors were encountered: