-
Notifications
You must be signed in to change notification settings - Fork 8
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 MessageId to message object as id #24
Conversation
The CI has been having some issues it seems, I will try and resolve those some time this week. These changes look good to me, would you be able to add in a small test for this as well? |
Not yet. I'll go ahead and add some tests now |
@mattBrzezinski I added a check that |
Awesome, this looks good to me! I'm going to try and dedicate some time to fix the CI before merging this in. I'm hoping to have some time tomorrow to resolve the issues with it. |
bors try |
tryBuild succeeded: |
I believe that the CI is fixed, could you rebase on the latest master? |
Rebased |
I'm going to use this PR as a guinea pig. I'm currently unable to set I believe it's because this PR was created before my CI changes in #26. I'm just going to close this PR, then re-open it, and see if it adds |
bors r+ |
Looks like that worked! |
Build succeeded: |
Background
I have a use case where I need the message ID of a particular message. This PR adds MessageId to the list of fields returned by the message object
Changes
sqs_receive_message
as the fieldid